remove ipynb from python

This commit is contained in:
augustelalande 2024-04-09 16:05:19 -04:00
parent 2784d7deb5
commit 5e639f1ddb

View file

@ -184,7 +184,6 @@ 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