* Initial configuration of mypy in box, correction of base mypy errors.

* Move mypy install to toe

* Add pylint comments for typing imports.

* Remove typing module for Python 2.6 compatibility.
This commit is contained in:
dokazaki
2017-03-18 19:10:10 -07:00
committed by Brad Warren
parent 679887f691
commit 8011fb2879
20 changed files with 59 additions and 48 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ def set_by_cli(var):
return False
# static housekeeping var
set_by_cli.detector = None
set_by_cli.detector = None # type: ignore
def has_default_value(option, value):