diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2b528723..27582beb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: actionlint - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell entry: codespell -q 3 -f --skip=".git,.github,README.md,target,Cargo.lock" --ignore-words-list="astroid,braket,unstall,infinit,sems,te,hel" diff --git a/warpgate-templates/.pre-commit-config.yaml b/warpgate-templates/.pre-commit-config.yaml index 219b51182..5636cab62 100644 --- a/warpgate-templates/.pre-commit-config.yaml +++ b/warpgate-templates/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: entry: yamllint --strict -c .hooks/linters/yamllint.yaml - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell entry: codespell -q 3 -f -S ".git,.github,README.md"