diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce22fbf..3a7eeac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,3 +24,7 @@ repos: - flake8-bugbear - flake8-builtins - flake8-unused-arguments + - repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell