Nemeski@mander.xyz to Python@programming.dev · 2 days agoWhat's type-coverage, and why should I care?pyrefly.orgexternal-linkmessage-square4fedilinkarrow-up111
arrow-up111external-linkWhat's type-coverage, and why should I care?pyrefly.orgNemeski@mander.xyz to Python@programming.dev · 2 days agomessage-square4fedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·1 day 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?!