diff --git a/tests/.pre-commit-config.yaml b/tests/.pre-commit-config.yaml index 11941f7..6d4b695 100644 --- a/tests/.pre-commit-config.yaml +++ b/tests/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: name: black entry: black - repo: https://github.com/pycqa/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8 args: ["--config", "tests/setup.cfg"]