diff --git a/pyproject.toml b/pyproject.toml index 653c198b..6f22ce1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,3 +171,8 @@ max-complexity = 10 lines-between-types = 1 lines-after-imports = 2 known-first-party = ["build"] + +[tool.check-wheel-contents] +ignore = [ + "W005", # We _are_ build +]