Skip to content

Update wrapper and models #18

Update wrapper and models

Update wrapper and models #18

Workflow file for this run

name: black
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]
with:
options: "--check --verbose"
jupyter: false