Skip to content

Update min required Python version #92

Update min required Python version

Update min required Python version #92

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable