poetry
A set of tasks for a Python Poetry project
poetry template details
- Status: draft
- File: https://gitlab.com/op_so/task/task-templates/-/raw/main/Taskfile.d/poetry.yml
- Home: https://gitlab.com/op_so/task/task-templates
- License: MIT
List of tasks
Tasks | Description |
---|---|
poetry:install |
[POETRY] Install packages. (*) |
poetry:lint |
[POETRY] Lint code. (*) |
poetry:pytest |
[POETRY] run tests. (*) |
poetry:run |
[POETRY] How to run code. |
global variables
Variables | Description | Default value |
---|---|---|
- | - | - |
poetry:install
[POETRY] Install packages. (*)
Arguments | Description |
---|---|
- | - |
Requirements:
- poetry
poetry:lint
[POETRY] Lint code. (*)
Arguments | Description |
---|---|
- | - |
Requirements:
- poetry
- Black
- Mypy
- Ruff
- Flake8
poetry:pytest
[POETRY] run tests. (*)
Arguments | Description |
---|---|
- | - |
Requirements:
- poetry
- Pytest
poetry:run
[POETRY] How to run code.
Arguments | Description |
---|---|
- | - |
Requirements:
- None