mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
13 lines
359 B
INI
13 lines
359 B
INI
[MASTER]
|
|
|
|
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=unused-import,
|
|
subprocess-run-check,
|
|
line-too-long,
|
|
too-few-public-methods,
|
|
missing-module-docstring,
|
|
missing-class-docstring,
|
|
missing-function-docstring |