2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

added isort again

This commit is contained in:
Matthias Mair
2024-01-07 18:20:39 +01:00
parent 42a41d23af
commit c5ce55d511

View File

@ -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: