Skip to content

chore: migrate pre-commit fully to ruff (lint + format), replacing flake8/autopep8/pyupgrade/isort #27

chore: migrate pre-commit fully to ruff (lint + format), replacing flake8/autopep8/pyupgrade/isort

chore: migrate pre-commit fully to ruff (lint + format), replacing flake8/autopep8/pyupgrade/isort #27

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main, master]
workflow_dispatch:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv sync --group dev
- run: uv run pytest -q
- run: uv run ruff check .