-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(typos): add typos to .pre-commit-config.yaml
- Loading branch information
1 parent
1d41ec3
commit 8057f21
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[files] | ||
extend-exclude = [ | ||
".git/", | ||
"docs/_static/css/fontawesome.min.css", | ||
"docs/README_*", | ||
"src/libs/", | ||
] | ||
ignore-hidden = false | ||
|
||
[default] | ||
extend-ignore-re = [ | ||
"\\bser[^a-z]", | ||
"\\bfle[^a-z]", | ||
'"Lorem ipsum .*"', | ||
"Nam consectetur", | ||
"U\\+[0-9A-F]{4}", | ||
'\{ "[a-z]+", "[^ -~]+" \},', | ||
"Rename lv_chart_clear_serie", | ||
"rename LV_ROLLER_MODE_INIFINITE", | ||
"CARD_INFO_SET\\(&img_multilang_avatar_.*\\)", | ||
"ACI\\)", | ||
] | ||
|
||
[default.extend-words] | ||
# https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6loca.html | ||
"loca" = "loca" |