Files
2026-07-13 12:36:30 +08:00

24 lines
518 B
TOML

[default]
# extend-ignore-identifiers-re = [
# # *sigh* this just isn't worth the cost of fixing
# "AttributeID.*Supress.*",
# ]
[default.extend-identifiers]
# *sigh* this just isn't worth the cost of fixing
# AttributeIDSupressMenu = "AttributeIDSupressMenu"
[default.extend-words]
# Don't correct the surname "Teh"
# teh = "teh"
2nd = "2nd"
l_2nd = 'l_2nd'
loss_2nd = 'loss_2nd'
nd = 'nd'
[files]
extend-exclude = [
"_typos.toml",
"easygraph/functions/graph_embedding/embedding-citeseer.ipynb",
]