Skip to content

Commit

Permalink
ignore cgi.py for codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel authored Jul 24, 2024
1 parent 55ff4ff commit 343b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ strict = true
files = "brother_ql_web,tests"

[tool.codespell]
skip = "*.min.js*,*.min.css*,venv*"
skip = "*.min.js*,*.min.css*,venv*,cgi.py"
ignore-words-list = "assertIn"

0 comments on commit 343b2d0

Please sign in to comment.