diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2cb7a73..749c17a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: exclude: 'template/provider/ludus/config\.yml|requirements_311\.yml|noansible_requirements\.yml' - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell entry: codespell -q 3 -f -S ".git,.github,README.md"