Skip to content

Commit 32b8ec7

Browse files
authored
Merge pull request #1344 from dandi/codespellignore
Move words ignored by codespell from `.codespellignore` to `setup.cfg`
2 parents 59b6e12 + e607c50 commit 32b8ec7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.codespellignore

-4
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ skip = _version.py,due.py,versioneer.py,*.vcr.yaml,venv,venvs
131131
# Don't warn about "[l]ist" in the abbrev_prompt() docstring:
132132
# TE is present in the BIDS schema
133133
ignore-regex = (\[\w\]\w+|TE|ignore "bu" strings)
134-
exclude-file = .codespellignore
134+
ignore-words-list = ba,bu,fo
135135

136136
[mypy]
137137
# TODO: Eventually uncomment these:

0 commit comments

Comments
 (0)