Skip to content

Add Python 3.15 CI support (#797) #529

Add Python 3.15 CI support (#797)

Add Python 3.15 CI support (#797) #529

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: pipx install ruff
- run: ruff check src/
- run: ruff format src/