mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 09:54:33 +02:00
Add mypy (#4386)
* Initial configuration of mypy in box, correction of base mypy errors. * Move mypy install to toe * Add pylint comments for typing imports. * Remove typing module for Python 2.6 compatibility.
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ def set_by_cli(var):
|
||||
|
||||
return False
|
||||
# static housekeeping var
|
||||
set_by_cli.detector = None
|
||||
set_by_cli.detector = None # type: ignore
|
||||
|
||||
|
||||
def has_default_value(option, value):
|
||||
|
||||
Reference in New Issue
Block a user