Skip to content

Add pylint and black formatting instructions to contributing doc #250

Add pylint and black formatting instructions to contributing doc

Add pylint and black formatting instructions to contributing doc #250

Workflow file for this run

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