add config for codespell

This commit is contained in:
Lendemor 2024-12-19 13:36:16 +01:00
parent d8e988105f
commit 0ff249fb4e

View File

@ -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: