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 67d7481 commit 090c1baCopy full SHA for 090c1ba
Makefile
@@ -170,7 +170,7 @@ mypy: ${PYSOURCES}
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 \
173
- --fast-parser --warn-redundant-casts --warn-unused-ignores \
+ --warn-redundant-casts --warn-unused-ignores \
174
schema_salad
175
176
jenkins:
requirements.txt
@@ -1,7 +1,7 @@
1
typing==3.5.3 ; python_version>="2.7"
2
avro-python3 ; python_version>="3"
3
avro==1.8.1 ; python_version<"3"
4
-ruamel.yaml==0.13.7
+ruamel.yaml==0.14.0
5
rdflib==4.2.2
6
rdflib-jsonld==0.4.0
7
mistune==0.7.3
0 commit comments