Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/pyproject/_shared/latest--partial-pdm-dockerize.json
Parent schema pyproject
Type: object

Properties

env_file string

Path to a file with environment variables

env Record<string, string>

Environment variables applied when running the script

Definitions

fnmatch-filter string

A Unix filename pattern filter

Examples:
  • "filename"
  • "filename.*"
  • "*.ext"
  • "script?/*-[!-_].sh"
selector fnmatch-filter | fnmatch-filter[]