Skip to content

Commit 3e30eae

Browse files
authored
pyproject.toml: remove unused ignore-list entry (#13490)
The term `socio-economic` does not appear to be autocorrected by recent versions of `codespell`. The term appears in the project's Code of Conduct, and in the configured list of ignored-corrections; I believe we can remove it from the ignored word list. Tested with version 2.4.1 of `codespell` (and via `pre-commit`).
1 parent 01de0c1 commit 3e30eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ disable = [
339339
]
340340

341341
[tool.codespell]
342-
ignore-words-list = "afile,asend,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,socio-economic,tesults,varius,wil"
342+
ignore-words-list = "afile,asend,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,tesults,varius,wil"
343343
skip = "AUTHORS,*/plugin_list.rst"
344344
write-changes = true
345345

0 commit comments

Comments
 (0)