Skip to content

Bump ruff from 0.11.7 to 0.11.8 in the dependencies group #766

Bump ruff from 0.11.7 to 0.11.8 in the dependencies group

Bump ruff from 0.11.7 to 0.11.8 in the dependencies group #766

name: pre-commit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1