Skip to content

Add ruff format to pre-commit, run it, except the benchmarks #5

Add ruff format to pre-commit, run it, except the benchmarks

Add ruff format to pre-commit, run it, except the benchmarks #5

Workflow file for this run

name: pre-commit
on: [push, pull_request, workflow_dispatch]
permissions: {}
jobs:
lint:
name: Run pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: tox-dev/action-pre-commit-uv@v1