diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e2ae51b6..f93f65920 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["--skip=*.po,*.pot,i18n/"]