Skip to content

Cleanup from last commit - #875. #207

Cleanup from last commit - #875.

Cleanup from last commit - #875. #207

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --include '(\\.pyi?|\\.ipynb|workbench)$'"