added isort again

This commit is contained in:
Matthias Mair 2024-01-07 18:20:39 +01:00
parent 42a41d23af
commit c5ce55d511
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

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: