diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ee123be..20be3b7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: 'v2.3.0' + rev: 'v2.4.1' hooks: - id: codespell args: ["-I", "codespell.txt"]