Reenabling pylint and adding nginx mypy back

This commit is contained in:
Dmitry Figol 2018-05-16 18:20:20 -04:00
parent 543d0e9d0c
commit 6fb026ae6a
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@ from acme import challenges
from acme import messages
# pylint: disable=unused-import, no-name-in-module
from acme.magic_typing import DefaultDict, Dict, List, Set, Collection
# pylint: enable=unused-import, no-name-in-module
from certbot import achallenges
from certbot import errors
from certbot import error_handler

View file

@ -37,3 +37,6 @@ check_untyped_defs = True
[mypy-certbot_dns_digitalocean.*]
check_untyped_defs = True
[mypy-certbot_nginx.*]
check_untyped_defs = True