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: 188ed031fc719ffbb0d1c429f81ce9d254d827be (plain)
1
2
3
4
5
6
7
8
9
10
[mypy]
check_untyped_defs = True
ignore_missing_imports = True
python_version = 2.7

[mypy-acme.magic_typing_test]
ignore_errors = True

[mypy-letshelp_certbot.magic_typing_test]
ignore_errors = True