blob: 8b2d4df619fc0842a3d8a7ce55356a10036e56c1 (
plain) (
blame)
1
2
3
4
5
|
tasks:
- name: "Python Environment"
before: "pyenv install 3.13 && pyenv global 3.13"
init: "pip install uv"
command: "export PIP_USER=false && uv sync && uv run pre-commit install"
|