Skip to content

Use a Garth OAuth implementation fixes #95 #14

Use a Garth OAuth implementation fixes #95

Use a Garth OAuth implementation fixes #95 #14

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"