Skip to content

Commit

Permalink
List of words to ignore with codespell.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludgerpaehler committed Mar 16, 2024
1 parent 405bacf commit b8af677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ select = ["E", "F"]
ignore = ["F401", "E731"]

[tool.codespell]
ignore-words-list = "SHs,Ue,AcI,te,SIZ,wit,Ue,AcI,4RD,OT,ue,BU,Iif,oT,Wth,whe,Tre,SxL,nD,ot,Ot,ANE,fo,tE,uE,PARd,WeW,UeStS"
skip = '*.svg'

[build-system]
Expand Down

0 comments on commit b8af677

Please sign in to comment.