From 5e639f1ddb814ab666804717ef6a2d25c1fb2f19 Mon Sep 17 00:00:00 2001 From: augustelalande Date: Tue, 9 Apr 2024 16:05:19 -0400 Subject: [PATCH] remove ipynb from python --- crates/typos-cli/src/default_types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/typos-cli/src/default_types.rs b/crates/typos-cli/src/default_types.rs index fb86451..390e419 100644 --- a/crates/typos-cli/src/default_types.rs +++ b/crates/typos-cli/src/default_types.rs @@ -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