Nemeski@mander.xyz to Python@programming.dev · 14 days agoWhat's type-coverage, and why should I care?pyrefly.orgexternal-linkmessage-square4linkfedilinkarrow-up112arrow-down11
arrow-up111arrow-down1external-linkWhat's type-coverage, and why should I care?pyrefly.orgNemeski@mander.xyz to Python@programming.dev · 14 days agomessage-square4linkfedilink
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1arrow-down1·13 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?!