diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa81841f3..4392673f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -135,7 +135,7 @@ repos: # Spellcheck in comments and docs # skipping of *.svg files is not working... - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell args: ['--write-changes', '-L bootup,assertIn']