Files
sphinx/mypy.ini
2017-02-06 15:21:19 +09:00

8 lines
141 B
INI

[mypy]
python_version = 2.7
silent_imports = True
fast_parser = True
incremental = True
check_untyped_defs = True
warn_unused_ignores = True