added isort again
This commit is contained in:
parent
42a41d23af
commit
c5ce55d511
|
|
@ -21,6 +21,10 @@ repos:
|
|||
- id: ruff
|
||||
args: [--fix]
|
||||
- id: ruff-format
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: '5.12.0'
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/jazzband/pip-tools
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue