fix type checker and linter errors

This commit is contained in:
Gilles Boccon-Gibod
2025-02-06 17:05:56 -05:00
parent f39d706fa0
commit 5caa7bfa90
2 changed files with 7 additions and 3 deletions

View File

@@ -192,6 +192,10 @@ ignore_missing_imports = true
module = "serial_asyncio.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "sounddevice.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "usb.*"
ignore_missing_imports = true