diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b2653a57..cfb31580a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,11 +26,11 @@ repos: # Trims trailing whitespace - id: trailing-whitespace - repo: https://github.com/pycqa/flake8 - rev: "3.9.2" + rev: "6.0.0" hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: "v2.2.2" + rev: "v2.2.4" hooks: - id: codespell types_or: [python, markdown, rst]