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

tasks runner for python projects

Properties

tasks object

task definitions

variables object

variables used in your tasks

settings object

global scope settings for taskipy

2 nested properties
use_vars boolean

use variables flag

Default: false
cwd string

Set the working directory of the task relative to the root of the project (where the pyproject.toml file is)

minLength=1

Definitions

Task Command | object
Command string

command as a string

Variable object
var string
minLength=1
recursive boolean
Default: false
VariableValue string
Settings object

global scope settings for taskipy

use_vars boolean

use variables flag

Default: false
cwd string

Set the working directory of the task relative to the root of the project (where the pyproject.toml file is)

minLength=1
UseVars boolean

use variables flag

Cwd string

Set the working directory of the task relative to the root of the project (where the pyproject.toml file is)