Skip to content

poetry

A set of tasks for a Python Poetry project

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. (*)

[POETRY] Install packages.
Usage: task poetry:install
Arguments Description
- -

Requirements:

  • poetry

poetry:lint

[POETRY] Lint code. (*)

[POETRY] Lint code with Black, Mypy, Ruff, Flacke8.
Usage: task poetry:lint
Arguments Description
- -

Requirements:

  • poetry
  • Black
  • Mypy
  • Ruff
  • Flake8

poetry:pytest

[POETRY] run tests. (*)

[POETRY] run tests with pytest.
Usage: task poetry:pytest
Arguments Description
- -

Requirements:

  • poetry
  • Pytest

poetry:run

[POETRY] How to run code.


Arguments Description
- -

Requirements:

  • None