File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ mypy2: ${PYSOURCES}
160
160
ln -s $(shell python -c 'from __future__ import print_function; import schema_salad; import os.path; print(os.path.dirname(schema_salad.__file__) )' ) \
161
161
typeshed/2and3/schema_salad
162
162
MYPYPATH=$MYPYPATH :typeshed/2.7:typeshed/2and3 mypy --py2 --disallow-untyped-calls \
163
- --warn-redundant-casts --warn-unused-ignores \
163
+ --warn-redundant-casts \
164
164
cwltool
165
165
166
166
mypy3 : ${PYSOURCES}
@@ -171,7 +171,7 @@ mypy3: ${PYSOURCES}
171
171
ln -s $(shell python3 -c 'from __future__ import print_function; import schema_salad; import os.path; print(os.path.dirname(schema_salad.__file__) )' ) \
172
172
typeshed/2and3/schema_salad
173
173
MYPYPATH=$MYPYPATH :typeshed/3:typeshed/2and3 mypy --disallow-untyped-calls \
174
- --warn-redundant-casts --warn-unused-ignores \
174
+ --warn-redundant-casts \
175
175
cwltool
176
176
177
177
FORCE :
You can’t perform that action at this time.
0 commit comments