# https://taskfile.dev version: '3' vars: TASK_LIST: task -l tasks: default: cmds: - echo "See all available tasks with {{.TASK_LIST}}" silent: true install: desc: Install required dependencies cmds: - poetry install lint: desc: Format source code cmds: - poetry run pylint --recursive=true config funkwhale_api tests