From e6ffa2c0202f56d4a7ac957da4bc3e352a139289 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:29:01 +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 36f19698..38da2aba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: 'template/provider/ludus/config\.yml|requirements_311\.yml|noansible_requirements\.yml' - 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" -L "mot,fonction,connexion"