Skip to content

refactor commands to run isort and black in Docker container in README #236

refactor commands to run isort and black in Docker container in README

refactor commands to run isort and black in Docker container in README #236

Workflow file for this run

name: Run black
on:
- fork
- pull_request
- push
jobs:
formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
lfs: true # large file storage
- uses: psf/black@stable
with:
options: "--check --verbose"
jupyter: false
version: "~=23.10.1"