mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(pre-commit): add codespell to detect and fix typos
This commit is contained in:
parent
8d6e8f6051
commit
2ee266c0d6
4
.codespellrc
Normal file
4
.codespellrc
Normal file
@ -0,0 +1,4 @@
|
||||
[codespell]
|
||||
skip = build,*.yuv
|
||||
ignore-words-list = ser,dout,rsource
|
||||
write-changes = true
|
@ -51,6 +51,10 @@ repos:
|
||||
(?x)^(
|
||||
.*_pb2.py
|
||||
)$
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: check-executables
|
||||
|
Loading…
Reference in New Issue
Block a user