summaryrefslogtreecommitdiffstats
path: root/mypy.ini
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-12-12 21:55:00 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-12-12 21:55:00 +0100
commit4f4635e06b2ec0504bda0d6f2552bf72bb218aa0 (patch)
tree2ddf0077332498504a04a3aaa641d177b3bd7e9d /mypy.ini
parentotverio2015: fix one remaining entry referencing the now-gone COMMAND_SUCCESS constant. (diff)
downloadglucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar
glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.gz
glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.bz2
glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.lz
glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.xz
glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.zst
glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.zip
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