Skip to content

Add closing markdown cell to match gallery format #976

Add closing markdown cell to match gallery format

Add closing markdown cell to match gallery format #976

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: --check --verbose
jupyter: true