In #186 I added mypy configuration to CI. It's mostly complete, but there's more # type: ignore markers than I would like.
If anybody's interested in doing some useful work for the community, it would be helpful to add types for semantic_version and wheel to typeshed. Then we could remove a fair number of the # type: ignore markers here.
In #186 I added mypy configuration to CI. It's mostly complete, but there's more
# type: ignoremarkers than I would like.If anybody's interested in doing some useful work for the community, it would be helpful to add types for
semantic_versionandwheelto typeshed. Then we could remove a fair number of the# type: ignoremarkers here.