Skip to content

Remove all ruff ignore except E501 (#406) #14

Remove all ruff ignore except E501 (#406)

Remove all ruff ignore except E501 (#406) #14

Workflow file for this run

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