gaphor/mypy.ini

12 lines
219 B
INI
Raw Normal View History

2019-08-06 21:53:12 +02:00
[mypy]
python_version = 3.7
warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
2019-08-15 23:41:48 +02:00
strict_optional = True
disallow_any_explicit = True
show_error_codes = True
[mypy-*.tests.*]
2019-08-29 07:24:25 +02:00
ignore_errors = True