pre-commit: version bump typos
hook to 1.30 + add some more ignore IDs
This commit is contained in:
parent
4d99e2b702
commit
d168cd397f
@ -108,7 +108,7 @@ repos:
|
|||||||
stages: [commit-msg, pre-commit]
|
stages: [commit-msg, pre-commit]
|
||||||
|
|
||||||
- repo: https://github.com/crate-ci/typos
|
- repo: https://github.com/crate-ci/typos
|
||||||
rev: v1.29.4
|
rev: v1.30.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
# NOTE Override hook's default args to prevent automatic
|
# NOTE Override hook's default args to prevent automatic
|
||||||
|
@ -35,6 +35,7 @@ Spectre = "Spectre"
|
|||||||
[type.cmake.extend-identifiers]
|
[type.cmake.extend-identifiers]
|
||||||
COMMANDs = "COMMANDs"
|
COMMANDs = "COMMANDs"
|
||||||
xCOMMANDx = "xCOMMANDx"
|
xCOMMANDx = "xCOMMANDx"
|
||||||
|
TYPEs = "TYPEs"
|
||||||
|
|
||||||
[type.cmake.extend-words]
|
[type.cmake.extend-words]
|
||||||
# Some compiler's options trigger false-positives
|
# Some compiler's options trigger false-positives
|
||||||
@ -53,6 +54,9 @@ fo = "fo"
|
|||||||
Ot = "Ot"
|
Ot = "Ot"
|
||||||
SEH = "SEH"
|
SEH = "SEH"
|
||||||
|
|
||||||
|
[type.py.extend-identifiers]
|
||||||
|
typ = "typ"
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
ignore-hidden = false
|
ignore-hidden = false
|
||||||
ignore-dot = false
|
ignore-dot = false
|
||||||
|
Loading…
Reference in New Issue
Block a user