diff --git a/mypy.ini b/mypy.ini index 79b39c539..8f1bc91ef 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,14 +5,17 @@ ignore_missing_imports = True [mypy-acme.*] 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_rfc2136.*] -check_untyped_defs = True - [mypy-certbot_dns_luadns.*] check_untyped_defs = True + +[mypy-certbot_dns_rfc2136.*] +check_untyped_defs = True