diff --git a/requirements-dev.txt b/requirements-dev.txt index 4c6a1f88..50a16bc9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,8 +8,5 @@ isort>=5.13.2 ruff==0.8.4 # Pinned — must match pre-commit hook and local version mypy>=1.13.0 -# Optional: More advanced linting (if you prefer flake8 over ruff) -# Note: flake8 itself works with 3.13, but some plugins may not -# flake8>=7.1.0 -# flake8-docstrings>=1.7.0 -# flake8-import-order>=0.18.2 \ No newline at end of file +# Pre-commit hooks +pre-commit>=3.6.0