Skip to content

Bump psf/black from 25.9.0 to 26.3.0 in /.github/workflows #308

Bump psf/black from 25.9.0 to 26.3.0 in /.github/workflows

Bump psf/black from 25.9.0 to 26.3.0 in /.github/workflows #308

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@26.3.0