Change pylintrc init hook

pull/12/head
Inex Code 2022-07-24 17:11:38 +03:00
parent d92449575a
commit 8637766c76
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[MASTER]
init-hook='import sys; sys.path.append("/path/to/root")'
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"