Skip to content

Update README.md

Update README.md #130

Workflow file for this run

name: black style checks
on:
push:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff --line-length 100"