tasks: - name: "Python Environment" before: "pyenv install 3.12 && pyenv global 3.12" init: "pip install poetry" command: "export PIP_USER=false && poetry install && poetry run pre-commit install"