Skip to content

Remove not yet necessary lint configuration #2

Remove not yet necessary lint configuration

Remove not yet necessary lint configuration #2

Workflow file for this run

name: Style Lint
on:
push:
branches:
- main
pull_request:
jobs:
formatter:
name: Run black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable