We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 62cbece commit 963ea3fCopy full SHA for 963ea3f
Makefile
@@ -169,7 +169,7 @@ mypy: ${PYSOURCES}
169
rm -Rf typeshed/2.7/ruamel/yaml
170
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
171
typeshed/2.7/ruamel/
172
- MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls \
+ MYPYPATH=$MYPYPATH:typeshed/2.7:typeshed/2and3 mypy --py2 --disallow-untyped-calls \
173
--warn-redundant-casts --warn-unused-ignores \
174
schema_salad
175
0 commit comments