mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
9 lines
155 B
INI
9 lines
155 B
INI
[mypy]
|
|
python_version = 2.7
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-acme.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_dnsimple.*]
|
|
check_untyped_defs = True |