mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Add pre-commit definition for codespell
This commit is contained in:
parent
60257915e9
commit
48a55731cd
1 changed files with 5 additions and 0 deletions
|
|
@ -39,3 +39,8 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
exclude: ^(docs/|example-plugin/)
|
exclude: ^(docs/|example-plugin/)
|
||||||
|
- repo: https://github.com/codespell-project/codespell
|
||||||
|
# Configuration for codespell is in setup.cfg
|
||||||
|
rev: v2.2.6
|
||||||
|
hooks:
|
||||||
|
- id: codespell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue