Commit e89c52f
Correct editable metadata hook return type to str (#209)
`prepare_metadata_for_build_wheel` was initially typed to return
Optional[str] just like the editable metadata hook, but it got changed
to `str` during review. However, the editable hook's return type was
never corrected. This seems to be an oversight as I can't find anything
in the PEP 517 or 660 specifications allowing these hooks to return
None.
Co-authored-by: Pradyun Gedam <[email protected]>1 parent dc02fcb commit e89c52f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments