diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4508cf..549c911 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: entry: yamllint --strict -c .hooks/linters/yamllint.yaml - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell entry: codespell -q 3 -f --skip=".git,.github,README.md" --ignore-words-list="astroid"