diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bab696..a06a2f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,6 @@ repos: - id: mypy additional_dependencies: ['types-requests', "types-PyYAML"] - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8