fixed issue #5974 for certbot-dns-route53 (#5984)

* 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
This commit is contained in:
GmH
2018-05-15 11:22:09 -07:00
committed by Brad Warren
parent 9bd5b3dda2
commit 751f9843b4
4 changed files with 11 additions and 3 deletions
+6
View File
@@ -26,5 +26,11 @@ 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