Skip to content

Commit

Permalink
Fix pre-commit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 13, 2023
1 parent c63d2b1 commit 6c32940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject-codespell.precommit-toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#builtin = ["clear","rare","informal","usage","code","names"]
builtin = "clear,rare,informal,usage,code,names"
#ignore-words-list = ["uint"]
ignore-words-list = "adn,master,uint"
ignore-words-list = "adn,master,uint,wrod"
#skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"]
skip="./.*,codespell_lib/data/*,codespell_lib/tests/*"

0 comments on commit 6c32940

Please sign in to comment.