Run mypy in python 3 mode.

This still picks up the 2.7 type annotations in comments.

Fix the compute_quadratic signature to allow for the ValuewView of an
OrderedDict in python 3.
This commit is contained in:
Jakob Stoklund Olesen
2017-05-08 12:54:09 -07:00
parent 7a1ba057e4
commit 673279068f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
[mypy]
python_version = 2.7
disallow_untyped_defs = True
warn_unused_ignores = True
warn_return_any = True