Skip to content

update black and isort #3

update black and isort

update black and isort #3

Workflow file for this run

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