mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
* fixed issue #5974 for certbot-dns-route53 * fixed issue #5967 for certbot-dns-digitalocean * update to use acme.magic_typing and DefaultDict class * added no-name-in-module identifier, for issue #5974 * added unused-import identifier to disable option, for issue #5974
36 lines
654 B
INI
36 lines
654 B
INI
[mypy]
|
|
python_version = 2.7
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-acme.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_apache.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_dnsimple.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_dnsmadeeasy.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_google.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_luadns.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_nsone.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_rfc2136.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_route53.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_digitalocean.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_nginx.*]
|
|
check_untyped_defs = True
|