Skip to content

refactor: fixed styling errors and a type annotation #19

refactor: fixed styling errors and a type annotation

refactor: fixed styling errors and a type annotation #19

Workflow file for this run

name: black
on:
pull_request:
branches:
- main
paths-ignore:
- "**/conf.py"
- "tests/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"