diff --git a/pyproject.toml b/pyproject.toml index 779b372f1b..ae1922c3fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -289,3 +289,6 @@ ignore-nested-functions=true ignore-nested-classes=true fail-under=95 exclude = ["docs", "test"] + +[tool.check-wheel-contents] +ignore = ["W002"]