Skip to content

Reformat with black and add PR-check #1

Reformat with black and add PR-check

Reformat with black and add PR-check #1

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: psf/black@stable