pre-commit: bump to isort 5.11.5
This commit is contained in:
parent
f597164305
commit
e8572e2eaa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ repos:
|
|||
- id: black
|
||||
args: ['--target-version', 'py37', '--line-length', '100']
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.11.4
|
||||
rev: 5.11.5
|
||||
hooks:
|
||||
- id: isort
|
||||
args: ['--profile', 'black', '--line-length', '100']
|
||||
|
|
Loading…
Reference in a new issue