There was an error while loading. Please reload this page.
1 parent 8d38c99 commit d738adaCopy full SHA for d738ada
1 file changed
pyproject.toml
@@ -44,6 +44,9 @@ build.hooks.custom.path = "babel_runner.py"
44
build.targets.wheel.packages = [ "python_docs_theme" ]
45
build.targets.wheel.exclude = [ "python_docs_theme/locale/**/*.po" ]
46
47
+[tool.check-wheel-contents]
48
+ignore = [ "W002" ]
49
+
50
[tool.ruff]
51
fix = true
52
lint.select = [
0 commit comments