diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59896f3..99895f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-ast - id: debug-statements - repo: https://github.com/codespell-project/codespell - rev: "v2.2.6" + rev: "v2.3.0" hooks: - id: codespell args: ["-I", "codespell.txt"]