class documentation

Helper class to use as main for pylint with 'run(*sys.argv[1:])'.

Method __init__ Undocumented
Class Variable option_groups Undocumented
Instance Variable linter Undocumented
Instance Variable verbose Undocumented
Class Variable _is_pylint_config Boolean whether or not this is a 'pylint-config' run.
Instance Variable _output Undocumented
Instance Variable _plugins Undocumented
Instance Variable _rcfile Undocumented
def __init__(self, args: Sequence[str], reporter: BaseReporter|None = None, exit: bool = True, do_exit: Any = UNUSED_PARAM_SENTINEL): (source)

Undocumented

option_groups: tuple = (source)

Undocumented

Undocumented

Undocumented

_is_pylint_config: ClassVar[bool] = (source)

Boolean whether or not this is a 'pylint-config' run. Used by _PylintConfigRun to make the 'pylint-config' command work.

Undocumented

_plugins: list[str] = (source)

Undocumented

Undocumented