Skip to content

Bump plotly from 5.24.0 to 5.24.1 #158

Bump plotly from 5.24.0 to 5.24.1

Bump plotly from 5.24.0 to 5.24.1 #158

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