chore(deps): add pre-commit to dev requirements
Some checks failed
CI / ruff (push) Successful in 10s
CI / dependency-scanning (push) Has been cancelled
CI / audit (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / architecture (push) Has been cancelled
CI / pytest (push) Has started running

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 22:00:13 +01:00
parent 8968e7d9cd
commit 77b76afb3f

View File

@@ -8,8 +8,5 @@ isort>=5.13.2
ruff==0.8.4 # Pinned — must match pre-commit hook and local version ruff==0.8.4 # Pinned — must match pre-commit hook and local version
mypy>=1.13.0 mypy>=1.13.0
# Optional: More advanced linting (if you prefer flake8 over ruff) # Pre-commit hooks
# Note: flake8 itself works with 3.13, but some plugins may not pre-commit>=3.6.0
# flake8>=7.1.0
# flake8-docstrings>=1.7.0
# flake8-import-order>=0.18.2