Enable mypy for comms

This commit is contained in:
Nicolas Mowen 2025-06-06 08:17:41 -06:00
parent 5d2328599f
commit 9eef933224

View File

@ -35,6 +35,9 @@ disallow_untyped_calls = false
[mypy-frigate.const]
ignore_errors = false
[mypy-frigate.comms.*]
ignore_errors = false
[mypy-frigate.events]
ignore_errors = false