diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc81f2f5..4e5d2f8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: mypy exclude: ^(docs|tests)/.* - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 language_version: python3