Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Create blackformat.yml #2

Create blackformat.yml

Create blackformat.yml #2

Workflow file for this run

# Black formatter
---
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: false
version: "21.5b1"