Skip to content

Commit d738ada

Browse files
committed
Ignore W002 warning
1 parent 8d38c99 commit d738ada

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ 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+
4750
[tool.ruff]
4851
fix = true
4952
lint.select = [

0 commit comments

Comments
 (0)