Fix INF-371 and INF-372 notification post data does not comply to spec
[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