Skip to content

Avoid bloating previous author's contribution stats. #75

Avoid bloating previous author's contribution stats.

Avoid bloating previous author's contribution stats. #75

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."