Docs: Fix issue of the docs; Update 'sol0018' to 'sol018'
[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