13 lines
317 B
TOML
13 lines
317 B
TOML
# Files for typos
|
|
# Instruction: https://github.com/marketplace/actions/typos-action#getting-started
|
|
|
|
[default.extend-identifiers]
|
|
|
|
[default.extend-words]
|
|
NIN_="NIN" # NIN is used in scripts/convert_ncsnpp_original_checkpoint_to_diffusers.py
|
|
nd="np" # nd may be np (numpy)
|
|
|
|
|
|
[files]
|
|
extend-exclude = ["_typos.toml"]
|