mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
fix pylint (#8729)
This commit is contained in:
@@ -8,7 +8,10 @@ jobs=0
|
|||||||
|
|
||||||
# Python code to execute, usually for sys.path manipulation such as
|
# Python code to execute, usually for sys.path manipulation such as
|
||||||
# pygtk.require().
|
# pygtk.require().
|
||||||
#init-hook=
|
# CERTBOT COMMENT
|
||||||
|
# This is needed for pylint to import linter_plugin.py since
|
||||||
|
# https://github.com/PyCQA/pylint/pull/3396.
|
||||||
|
init-hook="import pylint.config, os, sys; sys.path.append(os.path.dirname(pylint.config.PYLINTRC))"
|
||||||
|
|
||||||
# Profiled execution.
|
# Profiled execution.
|
||||||
profile=no
|
profile=no
|
||||||
|
|||||||
Reference in New Issue
Block a user