Skip to content

Small uipdates

Small uipdates #6

Workflow file for this run

name: Black Formatter
'on':
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run Black
uses: psf/black@stable
with:
options: --check --diff
src: .
jupyter: 'false'