Upgrade isort version in pre-commit (#480)
This commit is contained in:
parent
8ea1fb9ce6
commit
e6f827dd7f
|
@ -32,7 +32,7 @@ repos:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 5.10.1
|
rev: 5.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
args: ["--profile=black"]
|
args: ["--profile=black"]
|
||||||
|
|
Loading…
Reference in New Issue