diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42ea8eea..9a32cc7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-renovate args: ["--regex-variant", "nonunicode"] - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell - repo: meta