From d3310800b8d07cdabc900d5641c8f5a2da6d88c5 Mon Sep 17 00:00:00 2001 From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:51:11 +0000 Subject: [PATCH] pyproject.toml: remove unused ignore-list entry 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`). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e9665add02..272be0a1582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -339,7 +339,7 @@ disable = [ ] [tool.codespell] -ignore-words-list = "afile,asend,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,socio-economic,tesults,varius,wil" +ignore-words-list = "afile,asend,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,tesults,varius,wil" skip = "AUTHORS,*/plugin_list.rst" write-changes = true