Skip to content

Version 4.3

Version 4.3 #29

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "-S -l 132"