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

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

[mypy-acme.magic_typing_test]
ignore_errors = True