From ffc8bdaa279322c36228b655e6144b91ae173b8c Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:26:19 +0000 Subject: [PATCH] chore(deps): update pre-commit hook codespell-project/codespell to v2.4.3 | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | codespell-project/codespell | v2.4.2 | v2.4.3 | --- .pre-commit-config.yaml | 2 +- warpgate-templates/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"