diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1acf9ecb8..9d18e4df1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,11 @@ repos: args: ["--fix", "--exit-non-zero-on-fix"] exclude: '^integration/benchmarks/' + - repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell + # Run pyi check before pyright because pyright can fail if pyi files are wrong. - repo: local hooks: