Skip to content

reformatted files appropriately #45

reformatted files appropriately

reformatted files appropriately #45

Workflow file for this run

name: black
on:
push:
branches:
- develop
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --line-length=79"
src: "./lvlspy"
version: "~= 22.0"