mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +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:
|
||||
- id: mypy
|
||||
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