diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1a987ccd..7f863102f 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 args: [--config=.flake8]