Skip to content

fix for python 3.9 and reformatted code with black #212

fix for python 3.9 and reformatted code with black

fix for python 3.9 and reformatted code with black #212

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
lint-mdanse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "MDANSE/Src"
lint-mdanse-gui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "MDANSE_GUI/Src"