Skip to content

Commit

Permalink
Fix skip list to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 26, 2024
1 parent 32f4d8d commit 15ea00d
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 @@ -4,4 +4,4 @@ builtin = "clear,rare,informal,usage,code,names"
#ignore-words-list = ["uint"]
ignore-words-list = "adn,master,uint,wrod"
#skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"]
skip="./.*,codespell_lib/data/*,codespell_lib/tests/*"
skip="./.*,./codespell_lib/data,./codespell_lib/tests"

0 comments on commit 15ea00d

Please sign in to comment.