Enable checking of type annotation in Nginx plugin (#5997)

* Adds type checking for certbot-nginx

* First pass at type annotation in certbot-nginx

* Ensure linting is disabled for timing imports

* Makes container types specific per PR comments

* Removes unnecessary lint option
This commit is contained in:
James Hiebert
2018-05-15 09:36:47 -07:00
committed by Brad Warren
parent 802fcc99ee
commit 307f45f88f
6 changed files with 34 additions and 21 deletions
+3
View File
@@ -22,3 +22,6 @@ check_untyped_defs = True
[mypy-certbot_dns_rfc2136.*]
check_untyped_defs = True
[mypy-certbot_nginx.*]
check_untyped_defs = True