Get mypy running with clean output (#5864)

Fixes #5849.

* extract mypy flags into mypy.ini file

* Get mypy running with clean output
This commit is contained in:
ohemorange
2018-04-12 18:53:07 -07:00
committed by Brad Warren
parent a708504d5b
commit 6253acf335
6 changed files with 12 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
[mypy]
python_version = 2.7
ignore_missing_imports = True