mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
added isort again
This commit is contained in:
@ -21,6 +21,10 @@ repos:
|
|||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
- repo: https://github.com/pycqa/isort
|
||||||
|
rev: '5.12.0'
|
||||||
|
hooks:
|
||||||
|
- id: isort
|
||||||
- repo: https://github.com/jazzband/pip-tools
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
rev: 7.3.0
|
rev: 7.3.0
|
||||||
hooks:
|
hooks:
|
||||||
|
Reference in New Issue
Block a user