Skip to content

Commit

Permalink
Don't spellcheck requirementfiles
Browse files Browse the repository at this point in the history
As some python module names are not proper english words

Signed-off-by: Bas Zoetekouw <bas.zoetekouw@surf.nl>
  • Loading branch information
baszoetekouw committed Mar 9, 2024
1 parent 63d0be0 commit 3652246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .git,*.pdf,*.svg
skip = .git,*.pdf,*.svg,requirements.txt,test-requirements.txt
# poped - loved variable name
ignore-words-list = poped

0 comments on commit 3652246

Please sign in to comment.