Remove init-hook from pylint

pull/790/head
Callum Leslie 2 years ago
parent 80407eb97e
commit 9727f7d09f
No known key found for this signature in database
GPG Key ID: D382C4AFEECEAA90

@ -60,7 +60,7 @@ ignored-modules=
# 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='import sys; sys.path.append("/")' #init-hook=
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use. # number of processors available to use.

Loading…
Cancel
Save