Skip to content

rebase to merge with up to date main branch #223

rebase to merge with up to date main branch

rebase to merge with up to date main branch #223

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79"