diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17990918..9fb0f407 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - --remove-all-unused-imports - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: [ "--config=setup.cfg" ]