Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Update README.md

Update README.md #59

Workflow file for this run

name: Check Black formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "-l 79 --check"
src: "."