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: cf7a3cc2b855e2068a6015f47754a137f9d090a4 (plain)
1
2
3
4
5
6
[mypy]
check_untyped_defs = True
ignore_missing_imports = True

[mypy-acme.magic_typing_test]
ignore_errors = True