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