Skip to content

Point 'Contribute to this page' to the docs repo #244

Point 'Contribute to this page' to the docs repo

Point 'Contribute to this page' to the docs repo #244

Workflow file for this run

name: Python Formatting (run `black .` to fix)
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/[email protected]
with:
version: 22.12.0