From 4d5ad299e719a0236776af49d537393b3887b5f2 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:36:38 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9689761..c2fb14c 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.2 + rev: v2.4.3 hooks: - id: codespell entry: codespell -q 3 -f --skip=".git,.github,README.md" --ignore-words-list="astroid"