diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52f3073d..51b0c6df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - "--target-version" - "py37" - repo: https://github.com/PyCQA/flake8 - rev: "5.0.2" + rev: "5.0.4" hooks: - id: flake8 args: ["--max-line-length", "110"]