Migrate from Poetry to uv: update pyproject.toml, Taskfile, GitHub Actions, and Dockerfile

Co-authored-by: nikdoof <170514+nikdoof@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-16 23:24:01 +00:00
parent 5556a0f650
commit 88cb3388af
12 changed files with 983 additions and 1625 deletions

View File

@@ -24,11 +24,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
virtualenvs-create: true
virtualenvs-in-project: true
version: "latest"
- name: Lint with ruff
run: |
task python:lint