We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a121f17 commit b0e4bfcCopy full SHA for b0e4bfc
.gitpod.yml
@@ -1,5 +1,5 @@
1
tasks:
2
- name: "Python Environment"
3
before: "pyenv install 3.13 && pyenv global 3.13"
4
- init: "pip install poetry"
5
- command: "export PIP_USER=false && poetry install && poetry run pre-commit install"
+ init: "pip install uv"
+ command: "export PIP_USER=false && uv sync && uv run pre-commit install"
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: ruff
15
name: ruff
16
description: Run ruff linting
17
- entry: poetry run ruff check --force-exclude
+ entry: uv run ruff check --force-exclude
18
language: system
19
'types_or': [python, pyi]
20
require_serial: true
0 commit comments