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"