Skip to content

Merge branch 'main' of https://github.com/aidos-lab/mantra #22

Merge branch 'main' of https://github.com/aidos-lab/mantra

Merge branch 'main' of https://github.com/aidos-lab/mantra #22

Workflow file for this run

name: Enforce coding style
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 80"
# Ignore Jupyter notebooks for now to simplify rapid
# prototyping.
jupyter: false