Nemeski@mander.xyz to Python@programming.dev · 23 days agoWhat's type-coverage, and why should I care?pyrefly.orgexternal-linkmessage-square4fedilinkarrow-up112
arrow-up112external-linkWhat's type-coverage, and why should I care?pyrefly.orgNemeski@mander.xyz to Python@programming.dev · 23 days agomessage-square4fedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·22 days agoStub package with naming starting with type- does not follow PEP561. The convention is types-*. So yeah, what is type-coverage?!
Stub package with naming starting with
type-does not follow PEP561.The convention is
types-*.So yeah, what is
type-coverage?!