diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5b9726..4e7f6c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: name: isort (python) args: ["--profile", "black", "--filter-files"] - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: