forked from Github/frigate
Prepare mypy for typing checks
This commit is contained in:
committed by
Blake Blackshear
parent
d749cf2e6b
commit
d995761419
6
frigate/mypy.ini
Normal file
6
frigate/mypy.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[mypy]
|
||||
python_version = 3.9
|
||||
ignore_missing_imports = true
|
||||
|
||||
[mypy-frigate.*]
|
||||
ignore_errors = true
|
||||
Reference in New Issue
Block a user