diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |