diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30c937a..2127585 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/codespell-project/codespell - rev: 'v2.2.6' + rev: 'v2.3.0' hooks: - id: codespell args: ["-I", "codespell.txt", "-w"]