Skip to content

Commit 2b7d187

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2bf14a8 commit 2b7d187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ target-version = [
8888
'py38',
8989
]
9090

91-
[tool.codespell]
92-
ignore-words-list = "afile,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,socio-economic,tesults,varius,wil"
93-
write-changes = true
94-
9591
[tool.ruff]
9692
line-length = 88
9793
src = [
@@ -311,6 +307,10 @@ disable = [
311307
"wrong-import-position", # handled by isort / ruff
312308
]
313309

310+
[tool.codespell]
311+
ignore-words-list = "afile,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,socio-economic,tesults,varius,wil"
312+
write-changes = true
313+
314314
[tool.check-wheel-contents]
315315
# check-wheel-contents is executed by the build-and-inspect-python-package action.
316316
# W009: Wheel contains multiple toplevel library entries

0 commit comments

Comments
 (0)