Skip to content

Commit

Permalink
Remove unnecessary ignore word from codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Oct 28, 2023
1 parent d025920 commit 039d8a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ path = "src/triton_cli/__init__.py"
skip = "./.git,./.github"
# ignore short words, and typename parameters like OffsetT
ignore-regex = "\\b(.{1,4}|[A-Z]\\w*T)\\b"
# ignore allowed words
ignore-words-list = "passin"
# use the 'clear' dictionary for unambiguous spelling mistakes
builtin = "clear"
# disable warnings about binary files and wrong encoding
Expand Down

0 comments on commit 039d8a6

Please sign in to comment.