pipeline: test-pylint: group: test image: pipelinecomponents/pylint commands: - pylint check_pip_upgrade test-flake8: group: test image: pipelinecomponents/flake8 commands: - flake8 check_pip_upgrade