Skip to content

Commit

Permalink
chore(codespell): don't spell check svgs, js, css, or html
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Oct 16, 2023
1 parent ca9873a commit 1313e0c
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 @@ -365,7 +365,7 @@ show_deps = true

[tool.codespell]
# local codespell matches `./docs`, pre-commit codespell matches `docs`
skip = "*.lock,.direnv,.git,./docs/_freeze,docs/_freeze/**"
skip = "*.lock,.direnv,.git,./docs/_freeze,docs/_freeze/**,*.svg,*.css,*.html,*.js"
ignore-regex = '\b(i[if]f|I[IF]F|AFE)\b'
builtin = "clear,rare,names"

Expand Down

0 comments on commit 1313e0c

Please sign in to comment.