Skip to content

update ruff to 0.16 (#794) #519

update ruff to 0.16 (#794)

update ruff to 0.16 (#794) #519

Workflow file for this run

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