Skip to content

I reformatted my code with Black. #14

I reformatted my code with Black.

I reformatted my code with Black. #14

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable