diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a0707d..098a010 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 exclude: ^(tests/|docs/|setup.py)