diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0448d3b..2c2fa2cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: exclude: ^(acars_router/) - repo: https://github.com/pycqa/flake8 - rev: "6.1.0" # pick a git hash / tag to point to + rev: "7.0.0" # pick a git hash / tag to point to hooks: - id: flake8 args: ["--extend-ignore=W503,W504,E501"]