aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index aacfb3f..b8dad03 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,4 +1,5 @@
[mypy]
strict_optional = False
show_error_context = False
-show_column_numbers = True \ No newline at end of file
+show_column_numbers = True
+ignore_missing_imports = True