diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9181942d..c8e4b7ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,3 +5,8 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - id: trailing-whitespace + +- repo: https://github.com/codespell-project/codespell + rev: v2.4.1 + hooks: + - id: codespell