Skip to content

Update README.md

Update README.md #24

Workflow file for this run

name: Lint using Black
on:
push:
pull_request:
branches:
- main
jobs:
lint-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--line-length=120 --check --verbose --diff"
src: "./coca ./tests ./scripts"
version: "21.11b0"