Files
sphinx/mypy.ini

8 lines
152 B
INI
Raw Normal View History

2016-11-07 13:15:18 +09:00
[mypy]
python_version = 2.7
2017-02-21 14:05:18 +09:00
ignore_missing_imports = True
follow_imports = skip
2016-11-07 13:15:18 +09:00
incremental = True
check_untyped_defs = True
2017-02-06 12:03:32 +09:00
warn_unused_ignores = True