Skip to content

Bump kaleido from 0.2.1 to 0.4.1 #167

Bump kaleido from 0.2.1 to 0.4.1

Bump kaleido from 0.2.1 to 0.4.1 #167

Workflow file for this run

name: Run Black formatter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: false