mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 22:54:46 +03:00
make target for typecheck
This commit is contained in:
parent
79a09a27e5
commit
352c4d0cf9
3
Makefile
3
Makefile
|
@ -91,6 +91,9 @@ sdist:
|
||||||
test:
|
test:
|
||||||
pytest -qq
|
pytest -qq
|
||||||
|
|
||||||
|
typecheck:
|
||||||
|
mypy --ignore-missing-imports -2 src/PIL/Image.py
|
||||||
|
|
||||||
# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file
|
# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file
|
||||||
upload-test:
|
upload-test:
|
||||||
# [test]
|
# [test]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user