Files
sphinx/mypy.ini
2017-05-07 14:28:41 +09:00

8 lines
152 B
INI

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