mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #985 from augustelalande/add-more-python-extensions
Add more python file extensions
This commit is contained in:
commit
859859ac4e
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
]),
|
||||
|
|
Loading…
Reference in a new issue