Skip to content

Commit

Permalink
mypy: use latest stable version of mypy
Browse files Browse the repository at this point in the history
- use update ruamel.yaml package which includes more mypy annotations
  • Loading branch information
manu-chroma committed Jun 27, 2017
1 parent 67d7481 commit 090c1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mypy: ${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/2.7/ruamel/
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls \
--fast-parser --warn-redundant-casts --warn-unused-ignores \
--warn-redundant-casts --warn-unused-ignores \
schema_salad

jenkins:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
typing==3.5.3 ; python_version>="2.7"
avro-python3 ; python_version>="3"
avro==1.8.1 ; python_version<"3"
ruamel.yaml==0.13.7
ruamel.yaml==0.14.0
rdflib==4.2.2
rdflib-jsonld==0.4.0
mistune==0.7.3
Expand Down

0 comments on commit 090c1ba

Please sign in to comment.