---
include:
  - remote: https://jobs.just-ci.dev/HEAD/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: []
