kopia lustrzana https://github.com/espressif/esp-idf
feat(pre-commit): add codespell to detect and fix typos
rodzic
8d6e8f6051
commit
2ee266c0d6
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue