diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3004bc5677..0576a158b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,3 +16,10 @@ repos: hooks: - id: ruff - id: ruff-format + - repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell + name: Spellcheck for changed files (codespell) + additional_dependencies: + - tomli