Add remaining DNS plugins to mypy.ini and sort (#6018)

This commit is contained in:
Brad Warren 2018-05-18 02:26:10 -07:00 committed by Joona Hoikkala
parent 9b2862ebb0
commit 94bf97b812

View file

@ -8,6 +8,15 @@ check_untyped_defs = True
[mypy-certbot_apache.*]
check_untyped_defs = True
[mypy-certbot_dns_cloudflare.*]
check_untyped_defs = True
[mypy-certbot_dns_cloudxns.*]
check_untyped_defs = True
[mypy-certbot_dns_digitalocean.*]
check_untyped_defs = True
[mypy-certbot_dns_dnsimple.*]
check_untyped_defs = True
@ -29,8 +38,5 @@ 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