Skip to content

No need for formatting with black on PR if it's done on push. #20

No need for formatting with black on PR if it's done on push.

No need for formatting with black on PR if it's done on push. #20

Workflow file for this run

name: Format with Black
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~=24.4.0"