Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 3, 2024
1 parent d240618 commit 16242bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog/12769.improvement.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix typos discovered by codespell and add codespell to pre-commit hooks.
Fix typos discovered by codespell and add codespell to pre-commit hooks.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ target-version = [
'py38',
]

[tool.codespell]
ignore-words-list = "afile,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,socio-economic,tesults,varius,wil"
write-changes = true

[tool.ruff]
line-length = 88
src = [
Expand Down Expand Up @@ -311,6 +307,10 @@ disable = [
"wrong-import-position", # handled by isort / ruff
]

[tool.codespell]
ignore-words-list = "afile,asser,assertio,feld,hove,ned,noes,notin,paramete,parth,socio-economic,tesults,varius,wil"
write-changes = true

[tool.check-wheel-contents]
# check-wheel-contents is executed by the build-and-inspect-python-package action.
# W009: Wheel contains multiple toplevel library entries
Expand Down

0 comments on commit 16242bd

Please sign in to comment.