vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Potentially have `mypy` use `--install-types` #4

Closed vkottler closed 3 years ago

vkottler commented 3 years ago

Example downstream error:

datazen/paths.py:12: error: Library stubs not installed for "pkg_resources" (or incompatible with Python 3.7)
datazen/paths.py:12: note: Hint: "python3 -m pip install types-pkg_resources"
datazen/paths.py:12: note: (or run "mypy --install-types" to install all missing stub packages)
datazen/paths.py:12: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
tests/resources.py:11: error: Library stubs not installed for "pkg_resources" (or incompatible with Python 3.7)
vkottler commented 3 years ago

fixed here: https://github.com/vkottler/vmklib/commit/5795cd30fd32a8ad89b6bd7ec231b8619b5ec651

now we have python-sa-types