mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -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"]),
|
("purs", &["*.purs"]),
|
||||||
("py", &[
|
("py", &[
|
||||||
"*.py",
|
"*.py",
|
||||||
|
"*.pyi",
|
||||||
// From a spell-check perspective, this is more like Python than toml
|
// From a spell-check perspective, this is more like Python than toml
|
||||||
"pyproject.toml",
|
"pyproject.toml",
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Reference in a new issue