feat: add codespell integration

This commit is contained in:
Xuehai Pan 2023-03-27 07:38:17 +00:00
parent 05284ec2f8
commit 383cdea81e
3 changed files with 11 additions and 0 deletions

View file

@ -59,6 +59,12 @@ repos:
(?x)(
^docs/source/conf.py$
)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies: [".[toml]"]
stages: [commit, push, manual]
- repo: local
hooks:
- id: pylint