aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index b0c48df..ef93008 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -19,4 +19,16 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-requests.*]
+ignore_missing_imports = True
+
+[mypy-flask.*]
+ignore_missing_imports = True
+
+[mypy-werkzeug.*]
+ignore_missing_imports = True
+
+[mypy-SPARQLWrapper.*]
+ignore_missing_imports = True
+
+[mypy-pandas.*]
ignore_missing_imports = True \ No newline at end of file