Skip to content

Commit

Permalink
Merge pull request #985 from augustelalande/add-more-python-extensions
Browse files Browse the repository at this point in the history
Add more python file extensions
  • Loading branch information
epage committed Apr 9, 2024
2 parents c0d730e + 5e639f1 commit 859859a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/typos-cli/src/default_types.rs
Expand Up @@ -185,6 +185,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("purs", &["*.purs"]),
("py", &[
"*.py",
"*.pyi",
// From a spell-check perspective, this is more like Python than toml
"pyproject.toml",
]),
Expand Down

0 comments on commit 859859a

Please sign in to comment.