5 lines
162 B
INI
5 lines
162 B
INI
[MASTER]
|
|
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
|
|
disable=C0111
|
|
max-line-length=120
|