Currently a Work In Progress
curl -sSL https://install.python-poetry.org | python3 -
Install project dependencies into the poetry virtual environment and run pre-commit
poetry install
pre-commit install
poetry run pytest
Currently a Work In Progress
curl -sSL https://install.python-poetry.org | python3 -
Install project dependencies into the poetry virtual environment and run pre-commit
poetry install
pre-commit install
poetry run pytest