diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 301d75f73..f365fa2d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,3 +54,10 @@ repos: (?x)^( .*\.md )$ + + - repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell + additional_dependencies: + - tomli