diff --git a/Makefile b/Makefile index 1e888ee35..763eec4ac 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,9 @@ sdist: test: pytest -qq +typecheck: + mypy --ignore-missing-imports -2 src/PIL/Image.py + # https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file upload-test: # [test]