--- include: - remote: https://jobs.just-ci.dev/88-feat-display-command-with-expanded-variables-for-easier-reproduction/python/generic.yml variables: LIZARD_DEFAULT_ARGS: --verbose -Eduplicate --exclude "${PYTHON_EXCLUDE_PATHS}" python:lizard: extends: .python:pre variables: JOB_PACKAGE: lizard script: - !reference [".python:pre", script] - (set -x; lizard ${LIZARD_DEFAULT_ARGS} ${LIZARD_EXTRA_ARGS}) needs: []