14
typos.toml
14
typos.toml
@@ -1,6 +1,8 @@
|
||||
[files]
|
||||
# these files may be written in non english words
|
||||
extend-exclude = []
|
||||
extend-exclude = [".pre-commit-config.yaml",
|
||||
"docs/source/community/contributors.md",
|
||||
"docs/source/locale/zh_CN/LC_MESSAGES/community/contributors.po",]
|
||||
ignore-hidden = true
|
||||
ignore-files = true
|
||||
ignore-dot = true
|
||||
@@ -17,9 +19,11 @@ ignore-hex = true
|
||||
identifier-leading-digits = false
|
||||
locale = "en"
|
||||
extend-ignore-identifiers-re = [".*Unc.*", ".*_thw",
|
||||
".*UE8M0.*", ".*[UE4M3|ue4m3].*", ".*eles.*", ".*fo.*", ".*ba.*",
|
||||
".*ot.*", ".*[Tt]h[rR].*"]
|
||||
extend-ignore-words-re = ["CANN", "cann"]
|
||||
".*UE8M0.*", ".*(UE4M3|ue4m3).*", ".*eles.*", ".*fo.*", ".*ba.*",
|
||||
".*ot.*", ".*[Tt]h[rR].*",
|
||||
# tools/ai_qos.py: align with driver qos_mata_config / original_sdma_mata (not "meta")
|
||||
".*(?i)mata.*"]
|
||||
extend-ignore-words-re = ["CANN", "cann","ND","alog","nd","BA","datas","ful","udo","artifcat", "internel", "ded"]
|
||||
extend-ignore-re = []
|
||||
|
||||
[default.extend-identifiers]
|
||||
@@ -40,8 +44,10 @@ DepthWiseSeperableConv1d = "DepthWiseSeperableConv1d"
|
||||
depthwise_seperable_CNN = "depthwise_seperable_CNN"
|
||||
|
||||
[default.extend-words]
|
||||
mata = "mata"
|
||||
iy = "iy"
|
||||
tendencias = "tendencias"
|
||||
PARD = "PARD"
|
||||
# intel cpu features
|
||||
tme = "tme"
|
||||
dout = "dout"
|
||||
|
||||
Reference in New Issue
Block a user