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

This commit is contained in:
Mike Auty
2017-12-12 15:32:04 +00:00
parent 4067bca24e
commit 2c204e411d
+3
View File
@@ -0,0 +1,3 @@
[mypy]
mypy_path = ./stubs
show_traceback = True