--- include: - remote: https://jobs.just-ci.dev/v6.26.1/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] - lizard ${LIZARD_DEFAULT_ARGS} ${LIZARD_EXTRA_ARGS} needs: []