Skip to content

Commit da63048

Browse files
committed
Don't spellcheck requirementfiles
As some python module names are not proper english words Signed-off-by: Bas Zoetekouw <bas.zoetekouw@surf.nl>
1 parent 5e55df8 commit da63048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
2-
skip = .git,*.pdf,*.svg
2+
skip = .git,*.pdf,*.svg,requirements.txt,test-requirements.txt
33
# poped - loved variable name
44
ignore-words-list = poped

0 commit comments

Comments
 (0)