Skip to content

fix syntax highlighting #218

fix syntax highlighting

fix syntax highlighting #218

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