Skip to content

pip prod(deps): bump plotly from 5.18.0 to 5.19.0 #377

pip prod(deps): bump plotly from 5.18.0 to 5.19.0

pip prod(deps): bump plotly from 5.18.0 to 5.19.0 #377

name: "Check Python with black"
# See https://black.readthedocs.io/en/stable/integrations/github_actions.html
on: [push, pull_request]
jobs:
check-python-with-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose --color"