Skip to content

Commit 80b6242

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ build.hooks.custom.path = "babel_runner.py"
4444
build.targets.wheel.packages = [ "python_docs_theme" ]
4545
build.targets.wheel.exclude = [ "python_docs_theme/locale/**/*.po" ]
4646

47-
[tool.check-wheel-contents]
48-
ignore = [ "W002" ]
49-
5047
[tool.ruff]
5148
fix = true
5249
lint.select = [
@@ -72,5 +69,8 @@ lint.ignore = [
7269
]
7370
lint.isort.required-imports = [ "from __future__ import annotations" ]
7471

72+
[tool.check-wheel-contents]
73+
ignore = [ "W002" ]
74+
7575
[tool.pyproject-fmt]
7676
max_supported_python = "3.15"

0 commit comments

Comments
 (0)