Skip to content

Commit 740e235

Browse files
committed
mypy: turn off warn for unused ignore in --py3
1 parent 4f0ad4f commit 740e235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ mypy3: ${PYSOURCES}
178178
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
179179
typeshed/2and3/ruamel/
180180
MYPYPATH=$MYPYPATH:typeshed/3:typeshed/2and3 mypy --disallow-untyped-calls \
181-
--warn-redundant-casts --warn-unused-ignores \
181+
--warn-redundant-casts \
182182
schema_salad
183183

184184
jenkins:

0 commit comments

Comments
 (0)