summaryrefslogtreecommitdiffstats
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 0000000..0d124c8
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,14 @@
+[mypy]
+python_version = 3.7
+
+[mypy-serial]
+ignore_missing_imports = True
+
+[mypy-construct]
+ignore_missing_imports = True
+
+[mypy-hid]
+ignore_missing_imports = True
+
+[mypy-pyscsi.*]
+ignore_missing_imports = True