diff --git a/tests/.pre-commit-config.yaml b/tests/.pre-commit-config.yaml index 66b81ae53..953ea36ae 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.1 + rev: 7.1.2 hooks: - id: flake8 args: ["--config", "tests/setup.cfg"]