mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Reenabling pylint and adding nginx mypy back
This commit is contained in:
parent
543d0e9d0c
commit
6fb026ae6a
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
mypy.ini
3
mypy.ini
|
|
@ -37,3 +37,6 @@ check_untyped_defs = True
|
|||
|
||||
[mypy-certbot_dns_digitalocean.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_nginx.*]
|
||||
check_untyped_defs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue