summaryrefslogtreecommitdiffstats
path: root/mypy.ini
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2021-03-27 19:03:11 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-03-27 19:07:08 +0100
commite6ba344dd2f3176d0c7edd6489cfc5f405b624ba (patch)
treec80ad81fd026a081e498f2e1853b086c7a31825e /mypy.ini
parentserial meters support: allow selection of parity mode. (diff)
downloadglucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar
glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.gz
glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.bz2
glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.lz
glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.xz
glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.zst
glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.zip
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index cf851bc..9ff4178 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -14,6 +14,9 @@ ignore_missing_imports = True
[mypy-construct]
ignore_missing_imports = True
+[mypy-crcmod.*]
+ignore_missing_imports = True
+
[mypy-hid]
ignore_missing_imports = True