mirror of https://github.com/tracel-ai/burn.git
13 lines
312 B
TOML
13 lines
312 B
TOML
[default]
|
|
extend-ignore-identifiers-re = ["ratatui", "Ratatui", "NdArray*", "ND"]
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"*.onnx",
|
|
"assets/ModuleSerialization.xml",
|
|
"examples/image-classification-web/src/model/label.txt",
|
|
]
|
|
|
|
[default.extend-words]
|
|
# Don't correct "arange" which is intentional
|
|
arange = "arange" |