diff --git a/pre-commit-config.yaml b/pre-commit-config.yaml index 0bee55c..9b74bcd 100644 --- a/pre-commit-config.yaml +++ b/pre-commit-config.yaml @@ -71,3 +71,14 @@ repos: rev: v3.12.0 hooks: - id: vale + +- repo: https://github.com/codespell-project/codespell + # Configuration for codespell is in setup.cfg + rev: v2.4.1 + hooks: + - id: codespell + args: [ --write-changes ] + exclude: | + (?x)^( + .*/locale/.* + )$