From 9727f7d09f2f5e8841c24b316d9216a1e3cc1830 Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Sat, 2 Jul 2022 00:00:27 +0100 Subject: [PATCH] Remove init-hook from pylint --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 9bb7919..b03c808 100644 --- a/.pylintrc +++ b/.pylintrc @@ -60,7 +60,7 @@ ignored-modules= # Python code to execute, usually for sys.path manipulation such as # pygtk.require(). -init-hook='import sys; sys.path.append("/")' +#init-hook= # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the # number of processors available to use.