Enable mypy for comms

This commit is contained in:
Nicolas Mowen 2025-06-06 08:17:41 -06:00
parent 21d3476bd9
commit ad2664b488

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