mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
parent
928bceae2c
commit
a9402e3f47
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ pub const TYPE_SPECIFIC_DICTS: &[(&str, StaticDictConfig)] = &[
|
|||
"py",
|
||||
StaticDictConfig {
|
||||
ignore_idents: &[
|
||||
"NDArray", // numpy.typing.NDArray
|
||||
"NDArray", // numpy.typing.NDArray
|
||||
"EOFError", // std
|
||||
"arange", // torch.arange, numpy.arange
|
||||
],
|
||||
ignore_words: &[],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue