Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mypy.ini - github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec12ea587e1e5c69d14bced03006b5a4b57b716d (plain)
1
2
3
4
5
6
7
[mypy]
python_version = 2.7
ignore_missing_imports = True
follow_imports = skip
incremental = True
check_untyped_defs = True
warn_unused_ignores = True