Skip to content

Add Python 3.12 to CI, fix edge case with generics #77

Add Python 3.12 to CI, fix edge case with generics

Add Python 3.12 to CI, fix edge case with generics #77

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
black-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
args: ". --check"