summaryrefslogtreecommitdiffstats
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 0000000..50f219f
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,15 @@
+; SPDX-FileCopyrightText: 2013 The freestyle-hid Authors
+;
+; SPDX-License-Identifier: 0BSD
+
+[mypy]
+python_version = 3.7
+
+[mypy-click_log]
+ignore_missing_imports = True
+
+[mypy-construct]
+ignore_missing_imports = True
+
+[mypy-hid]
+ignore_missing_imports = True