The automatic installation for the Flake8 step.

interface AutoInstallFlake8Member {
    $unknown?: undefined;
    autoInstallCodeStructureTest?: undefined;
    autoInstallFlake8: AutoInstallFlake8StepOutput;
    autoInstallJupyterNotebook?: undefined;
    autoInstallPytest?: undefined;
    autoInstallSimplePythonTest?: undefined;
}

Properties

$unknown?: undefined
autoInstallCodeStructureTest?: undefined
autoInstallFlake8: AutoInstallFlake8StepOutput
autoInstallJupyterNotebook?: undefined
autoInstallPytest?: undefined
autoInstallSimplePythonTest?: undefined