Open DetachHead opened 2 years ago
i think publishing basedtypeshed on pip is a better solution than vendoring (like how typescript does it with @types/ packages). basedmypy can depend on it and use it by default
@types/
should we instead just delete basedtypeshed and instead just update the vendored ones in basedmypy, since our changes will be tied to basedmypy anyway
https://github.com/KotlinIsland/basedmypy/issues/133
i think publishing basedtypeshed on pip is a better solution than vendoring (like how typescript does it with
@types/
packages). basedmypy can depend on it and use it by default