Check_untyped_defs in mypy with clean output for certbot_dns_rfc2136 (#5975)

* check_untyped_defs in mypy with clean output for certbot_dns_rfc2136

Resolves #5973
This commit is contained in:
Douglas Anger 2018-05-14 13:26:33 -04:00 committed by Brad Warren
parent cce23c86c7
commit 2d45b0b07a

View file

@ -4,3 +4,6 @@ ignore_missing_imports = True
[mypy-acme.*]
check_untyped_defs = True
[mypy-certbot_dns_rfc2136.*]
check_untyped_defs = True