Skip to content

Commit 1fff01e

Browse files
henryiiigaborbernat
authored andcommitted
style: ignore W005, since we are build
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 06e0481 commit 1fff01e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,8 @@ max-complexity = 10
171171
lines-between-types = 1
172172
lines-after-imports = 2
173173
known-first-party = ["build"]
174+
175+
[tool.check-wheel-contents]
176+
ignore = [
177+
"W005", # We _are_ build
178+
]

0 commit comments

Comments
 (0)