File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [ " whey" ,]
2+ requires = [ " whey" , " whey-pth " , ]
33build-backend = " whey"
44
55[project ]
@@ -156,3 +156,10 @@ reformat = true
156156[tool .snippet-fmt .languages .ini ]
157157
158158[tool .snippet-fmt .languages .json ]
159+
160+ [tool .whey-pth ]
161+ name = " flake8_helper.pth"
162+ pth-content = " # Ensure these are imported before the current directory appears on path\n import code\n import doctest\n "
163+
164+ [tool .whey .builders ]
165+ wheel = " whey_pth_wheel"
Original file line number Diff line number Diff line change @@ -53,3 +53,6 @@ exclude_files:
5353sphinx_conf_epilogue :
5454 - nitpicky = True
5555 - autosummary_widths_builders = ["latex"]
56+
57+ tox_unmanaged :
58+ - check-wheel-contents
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ exclude_lines =
155155 if __name__ == .__main__.:
156156
157157[check-wheel-contents]
158- ignore = W002
158+ ignore = W002,W102
159159toplevel = flake8_helper
160160package = flake8_helper
161161
You can’t perform that action at this time.
0 commit comments