From 352c4d0cf9b8e84764fbcc505c976e11ce3da690 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 3 Jan 2018 10:38:16 +0000 Subject: [PATCH] make target for typecheck --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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]