diff --git a/mypy.ini b/mypy.ini index 6580de6de..e8f932dcf 100644 --- a/mypy.ini +++ b/mypy.ini @@ -8,5 +8,8 @@ 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