• logging_strict@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    stubtest (static vs runtime)

    rather than

    pyrefly coverage check (static only)

    So pyrefly is a bean counter. If using mypyc, e.g. black, doesn’t have stubs, then understandable this could be a valid use case.

    BUT that is an outlier. Without stubs that removes the usefulness of pyright which catches actual bugs.

    static vs runtime matters