Skip to content

Update parastell/nwl_utils.py #136

Update parastell/nwl_utils.py

Update parastell/nwl_utils.py #136

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79"