pulp
pulp copied to clipboard
type `sparse.py`
This is on top of https://github.com/coin-or/pulp/pull/772 - the diff will be a little cleaner once that is merged.
This PR:
- adds type hints for
sparse.py. I have made no functional changes, only types. - adds a
pyproject.tomlwhich blacklists all files which don't currently pass mypy (this is most of them) - changes
.github/workflows/pythonpackage.ymlto run mypy - removes the (I believe) unused
.travis.ymlconfig