diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cf0a9f..c766eeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: mixed-line-ending args: ['--fix=no'] - repo: https://github.com/PyCQA/flake8 - rev: '7.1.0' # pick a git hash / tag to point to + rev: '7.1.1' # pick a git hash / tag to point to hooks: - id: flake8 additional_dependencies: