diff --git a/tests/.pre-commit-config.yaml b/tests/.pre-commit-config.yaml index 6d4b695..6ae1184 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.2.0 + rev: 7.3.0 hooks: - id: flake8 args: ["--config", "tests/setup.cfg"]