Skip to content

Commit 5d48486

Browse files
committed
chore: Move codespell config to pyproject.toml
1 parent b1e84db commit 5d48486

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.codespellrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,7 @@ source = [
201201
"niworkflows",
202202
"**/site-packages/niworkflows"
203203
]
204+
205+
[tool.codespell]
206+
skip = "*/data/*,*/docs/_build/*,./examples/viz-report.*"
207+
ignore-words-list = "objekt,nd"

0 commit comments

Comments
 (0)