Skip to content

Commit 952924a

Browse files
authored
Merge pull request #678 from yarikoptic/enh
No need for ignore words file now, also ignore afile
2 parents 426564e + 1b7a42f commit 952924a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.codespell-ignorewords

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ target-version = ['py37', 'py38']
101101
exclude = "pydra/_version.py"
102102

103103
[tool.codespell]
104-
ignore-words = ".codespell-ignorewords"
104+
ignore-words-list = "nd,afile"

0 commit comments

Comments
 (0)