Skip to content

Commit 47eca36

Browse files
committed
chore: Configure codespell
1 parent 4466c31 commit 47eca36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,6 @@ inline-quotes = "single"
198198

199199
[tool.ruff.format]
200200
quote-style = "single"
201+
202+
[tool.codespell]
203+
skip = "*/data/*,*/docs/_build/*,*.svg,*/docs/_static/*"

0 commit comments

Comments
 (0)