Skip to content

Add ruff pre-commit, small cleanup of code. #33

Add ruff pre-commit, small cleanup of code.

Add ruff pre-commit, small cleanup of code. #33

Workflow file for this run

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