Skip to content

Commit 090c1ba

Browse files
committed
mypy: use latest stable version of mypy
- use update ruamel.yaml package which includes more mypy annotations
1 parent 67d7481 commit 090c1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mypy: ${PYSOURCES}
170170
ln -s $(shell python -c 'from __future__ import print_function; import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
171171
typeshed/2.7/ruamel/
172172
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls \
173-
--fast-parser --warn-redundant-casts --warn-unused-ignores \
173+
--warn-redundant-casts --warn-unused-ignores \
174174
schema_salad
175175

176176
jenkins:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
typing==3.5.3 ; python_version>="2.7"
22
avro-python3 ; python_version>="3"
33
avro==1.8.1 ; python_version<"3"
4-
ruamel.yaml==0.13.7
4+
ruamel.yaml==0.14.0
55
rdflib==4.2.2
66
rdflib-jsonld==0.4.0
77
mistune==0.7.3

0 commit comments

Comments
 (0)