Move linting to uv
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful

This commit is contained in:
Liam Steckler 2025-05-03 16:43:00 -07:00
parent 9be93ec7ee
commit d5a7451843

View file

@ -2,9 +2,7 @@ when:
branch: main
steps:
- name: lint
image: python:3-slim
image: ghcr.io/astral-sh/uv:python3.13-bookworm
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python -m pip install ruff
- ruff check .
- uv sync
- uvx ruff check