mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Enable mypy for comms
This commit is contained in:
parent
21d3476bd9
commit
ad2664b488
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user