Browse code

Add mypy configuration

Joseph Weston authored on 09/11/2019 16:36:39
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+[mypy]
2
+follow_imports = silent
3
+ignore_missing_imports = true
4
+
5
+[mypy-tests.*]
6
+ignore_errors = true