Skip to content

chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3 #163

chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3

chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3 #163

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
- uses: actions/setup-python@v7
with:
python-version-file: .python-version
- run: uv sync --group dev
- run: uv run ruff check .
- run: uv run pyright
- run: uv run pytest -q