diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad60be1..ccaa17c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,3 +39,8 @@ repos: hooks: - id: mypy exclude: ^(docs/|example-plugin/) +- repo: https://github.com/codespell-project/codespell + # Configuration for codespell is in setup.cfg + rev: v2.2.6 + hooks: + - id: codespell