Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 13, 2022
1 parent 4dd168d commit 764f44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.1
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
Expand All @@ -20,7 +20,7 @@ repos:
exclude: ^docs/.*|.*.md

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 764f44b

Please sign in to comment.