Skip to content

Commit

Permalink
Move typos configuration to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Nov 30, 2024
1 parent 48073a6 commit f4f4a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ extend-exclude = ["doc"]
"rustworkx/__init__.py" = ["F405", "F403"]
"*.pyi" = ["F403", "F405", "PYI001", "PYI002"]

[tool.typos.default]
extend-ignore-words-re = [
"[Ss]toer",
]

[tool.cibuildwheel]
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
Expand Down
4 changes: 0 additions & 4 deletions typos.toml

This file was deleted.

0 comments on commit f4f4a56

Please sign in to comment.