diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 547f20bd..ce246e76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,5 +37,12 @@ repos: language: system pass_filenames: false always_run: true + - repo: https://github.com/codespell-project/codespell + rev: v2.3.0 + hooks: + - id: codespell + additional_dependencies: [tomli] + args: ["--toml", "pyproject.toml"] + default_language_version: python: python3