Files
sphinx/mypy.ini
2017-02-21 14:05:18 +09:00

9 lines
171 B
INI

[mypy]
python_version = 2.7
ignore_missing_imports = True
follow_imports = skip
fast_parser = True
incremental = True
check_untyped_defs = True
warn_unused_ignores = True