Skip to content

Commit

Permalink
mypy: add typeshed/2and3 in mypypath
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 27, 2017
1 parent 62cbece commit 963ea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ mypy: ${PYSOURCES}
rm -Rf typeshed/2.7/ruamel/yaml
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
typeshed/2.7/ruamel/
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls \
MYPYPATH=$MYPYPATH:typeshed/2.7:typeshed/2and3 mypy --py2 --disallow-untyped-calls \
--warn-redundant-casts --warn-unused-ignores \
schema_salad

Expand Down

0 comments on commit 963ea3f

Please sign in to comment.