diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37fe4b063..1589c2ac6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: files: \.(md|yml|yaml|json)$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell additional_dependencies: [tomli]