mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
add more python extensions
This commit is contained in:
parent
c15b28fff9
commit
2784d7deb5
1 changed files with 2 additions and 0 deletions
|
@ -184,7 +184,9 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||
("puppet", &["*.erb", "*.pp", "*.rb"]),
|
||||
("purs", &["*.purs"]),
|
||||
("py", &[
|
||||
"*.ipynb",
|
||||
"*.py",
|
||||
"*.pyi",
|
||||
// From a spell-check perspective, this is more like Python than toml
|
||||
"pyproject.toml",
|
||||
]),
|
||||
|
|
Loading…
Reference in a new issue