INF-303 Add Infrastructure Monitoring Fault Service; INF-305 update inventory api...
[pti/o2.git] / mypy.ini
1 [mypy]
2 ignore_missing_imports = False
3 mypy_path = ./src
4 check_untyped_defs = True
5
6 [mypy-pytest.*,sqlalchemy.*,redis.*]
7 ignore_missing_imports = True