generic/mypy.ini

14 lines
256 B
INI
Raw Normal View History

2019-11-08 16:04:58 +03:00
[mypy]
python_version = 3.7
warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
follow_imports = silent
strict_optional = True
disallow_any_explicit=False
2019-11-09 13:08:06 +03:00
[mypy-pytest.*,conf]
2019-11-08 16:04:58 +03:00
ignore_missing_imports = True
warn_unreachable = True