module documentation

Classes and functions used to mimic normal pylint runs. This module is considered private and can change at any time.

Class _Run Like Run, but we're using an explicitly set empty pylintrc.
Function _add_rcfile_default_pylintrc Add a default pylintrc with the rcfile option in a list of pylint args.
def _add_rcfile_default_pylintrc(args: list[str]) -> list[str]: (source)

Add a default pylintrc with the rcfile option in a list of pylint args.