Skip to content

fix layout

fix layout #28

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_call]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: true
version: "24.4.2"