Skip to content

Update README.md

Update README.md #664

Workflow file for this run

name: Black Code Formatter
on: [push, pull_request]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff"
jupyter: true