Skip to content

fix(041): lint fixes — ruff format backend, line length compliance #430

fix(041): lint fixes — ruff format backend, line length compliance

fix(041): lint fixes — ruff format backend, line length compliance #430

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v8.0.0
with:
enable-cache: true
- name: Lint library
working-directory: library
run: |
uvx ruff check src/ tests/
uvx ruff format --check src/ tests/