diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c3e5d3..7032f3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + - id: check-added-large-files - id: debug-statements - id: double-quote-string-fixer - id: name-tests-test @@ -28,7 +29,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.0.0 hooks: - id: flake8 entry: pflake8