diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8728dfd..5f69416 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,7 +82,7 @@ repos: - id: vulture - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 exclude: tests_.*.py|version.*.py|setup.py # ignore tests and versioneer related code