Skip to content

3.11 not supported yet #86

3.11 not supported yet

3.11 not supported yet #86

Workflow file for this run

name: Code Quality Checks
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Black
uses: psf/black@stable
with:
options: "--check"