chore: remove isort - ruff covers this already

This commit is contained in:
Matthias
2026-03-15 08:56:55 +01:00
parent 3d56701e20
commit 9524fc0f81
4 changed files with 0 additions and 21 deletions
-7
View File
@@ -29,13 +29,6 @@ repos:
- SQLAlchemy==2.0.47
# stages: [push]
- repo: https://github.com/pycqa/isort
rev: "8.0.1"
hooks:
- id: isort
name: isort (python)
# stages: [push]
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.15.5'