mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
fix type checker and linter errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user