Add in a very basic mypy.ini without ignore-missing-imports.

This commit is contained in:
Mike Auty
2017-12-13 20:48:52 +00:00
parent 3cb48c19e8
commit a993996e28
+3
View File
@@ -0,0 +1,3 @@
[mypy]
mypy_path = ./stubs
show_traceback = True