Prepare mypy for typing checks

This commit is contained in:
Sebastian Englbrecht
2022-04-12 15:30:55 +02:00
committed by Blake Blackshear
parent d749cf2e6b
commit d995761419
5 changed files with 14 additions and 13 deletions

6
frigate/mypy.ini Normal file
View File

@@ -0,0 +1,6 @@
[mypy]
python_version = 3.9
ignore_missing_imports = true
[mypy-frigate.*]
ignore_errors = true