Skip to content

Move to pyproject.toml for dependencies listing #27

Move to pyproject.toml for dependencies listing

Move to pyproject.toml for dependencies listing #27

Workflow file for this run

name: Lint with Black
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install black
- run: black --check .