module documentation

Functions that creates the basic options for the Run and PyLinter classes.

Function _make_linter_options Return the options used in a PyLinter class.
Function _make_run_options Return the options used in a Run class.
def _make_linter_options(linter: PyLinter) -> Options: (source)

Return the options used in a PyLinter class.

def _make_run_options(self: Run) -> Options: (source)

Return the options used in a Run class.