We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0ad4f commit 740e235Copy full SHA for 740e235
Makefile
@@ -178,7 +178,7 @@ mypy3: ${PYSOURCES}
178
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
179
typeshed/2and3/ruamel/
180
MYPYPATH=$MYPYPATH:typeshed/3:typeshed/2and3 mypy --disallow-untyped-calls \
181
- --warn-redundant-casts --warn-unused-ignores \
+ --warn-redundant-casts \
182
schema_salad
183
184
jenkins:
0 commit comments