pferd/mypy.ini
2020-05-08 19:31:54 +02:00

8 lines
145 B
INI

[mypy]
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True
[mypy-rich.*,bs4]
ignore_missing_imports = True