Issue 5951/check untyped defs apache (#5989)

* resolved mypy untyped defs in parser.py

* resolved mypy untyped defs in obj.py

* removed unused imports

* resolved mypy untyped defs in http_01.py

* resolved mypy untyped defs in tls_sni_01.py

* resolved mypy untyped defs in configurator.py

* address mypy too-many-arguments error in override_centos.py

* resolved mypy untyped defs in http_01_test.py

* removed unused 'conf' argument that was causing mypy method assignment error

* address mypy error where same variable reassigned to different type

* address pylint and coverage issues

* one character space change for formatting

* fix required acme version for certbot-apache
This commit is contained in:
dschlessman
2018-05-15 10:40:32 -07:00
committed by Brad Warren
parent 307f45f88f
commit 9bd5b3dda2
12 changed files with 39 additions and 38 deletions
+3
View File
@@ -5,6 +5,9 @@ ignore_missing_imports = True
[mypy-acme.*]
check_untyped_defs = True
[mypy-certbot_apache.*]
check_untyped_defs = True
[mypy-certbot_dns_dnsimple.*]
check_untyped_defs = True