Upload lora-scripts/sd-scripts/_typos.toml with huggingface_hub
Browse files
lora-scripts/sd-scripts/_typos.toml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Files for typos
|
| 2 |
+
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
|
| 3 |
+
|
| 4 |
+
[default.extend-identifiers]
|
| 5 |
+
|
| 6 |
+
[default.extend-words]
|
| 7 |
+
NIN="NIN"
|
| 8 |
+
parms="parms"
|
| 9 |
+
nin="nin"
|
| 10 |
+
extention="extention" # Intentionally left
|
| 11 |
+
nd="nd"
|
| 12 |
+
shs="shs"
|
| 13 |
+
sts="sts"
|
| 14 |
+
scs="scs"
|
| 15 |
+
cpc="cpc"
|
| 16 |
+
coc="coc"
|
| 17 |
+
cic="cic"
|
| 18 |
+
msm="msm"
|
| 19 |
+
usu="usu"
|
| 20 |
+
ici="ici"
|
| 21 |
+
lvl="lvl"
|
| 22 |
+
dii="dii"
|
| 23 |
+
muk="muk"
|
| 24 |
+
ori="ori"
|
| 25 |
+
hru="hru"
|
| 26 |
+
rik="rik"
|
| 27 |
+
koo="koo"
|
| 28 |
+
yos="yos"
|
| 29 |
+
wn="wn"
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
[files]
|
| 33 |
+
extend-exclude = ["_typos.toml", "venv"]
|