diff --git a/crates/typos-cli/src/default_types.rs b/crates/typos-cli/src/default_types.rs index db71bf5..fb86451 100644 --- a/crates/typos-cli/src/default_types.rs +++ b/crates/typos-cli/src/default_types.rs @@ -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", ]),