Skip to content

Commit 6c32940

Browse files
Fix pre-commit failure
1 parent c63d2b1 commit 6c32940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject-codespell.precommit-toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#builtin = ["clear","rare","informal","usage","code","names"]
33
builtin = "clear,rare,informal,usage,code,names"
44
#ignore-words-list = ["uint"]
5-
ignore-words-list = "adn,master,uint"
5+
ignore-words-list = "adn,master,uint,wrod"
66
#skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"]
77
skip="./.*,codespell_lib/data/*,codespell_lib/tests/*"

0 commit comments

Comments
 (0)