Kodistubs icon indicating copy to clipboard operation
Kodistubs copied to clipboard

chore: inform mypy that this is a typed lib

Open sralloza opened this issue 2 years ago • 1 comments

Right now, mypy raises the error Skipping analyzing X: module is installed, but missing library stubs or py.typed marker. This PR fixes it.

sralloza avatar Oct 01 '23 19:10 sralloza

I'm not comfortable turning modules into packages so I'll check if there are alternative ways to resolve this.

romanvm avatar Nov 28 '23 09:11 romanvm