Skip to content

Commit 16242bd

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

changelog/12769.improvement.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix typos discovered by codespell and add codespell to pre-commit hooks.
1+
Fix typos discovered by codespell and add codespell to pre-commit hooks.

pyproject.toml

+4-4
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)