Skip to content

Commit

Permalink
mypy: turn off warn for unused ignore in --py3
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Jun 27, 2017
1 parent 4f0ad4f commit 740e235
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 @@ -178,7 +178,7 @@ mypy3: ${PYSOURCES}
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
typeshed/2and3/ruamel/
MYPYPATH=$MYPYPATH:typeshed/3:typeshed/2and3 mypy --disallow-untyped-calls \
--warn-redundant-casts --warn-unused-ignores \
--warn-redundant-casts \
schema_salad

jenkins:
Expand Down

0 comments on commit 740e235

Please sign in to comment.