Skip to content

try to fix black and isort #2

try to fix black and isort

try to fix black and isort #2

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