pre-commit: upgrade isort for python 11 compatibility
This commit is contained in:
parent
892f6aef72
commit
71ecb70e9a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ repos:
|
|||
- id: black
|
||||
args: ['--target-version', 'py37', '--line-length', '100']
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.11.4
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
args: ['--profile', 'black', '--line-length', '100']
|
||||
|
|
Loading…
Reference in a new issue