Skip to content

Update pyproject.toml for PyPI #3

Update pyproject.toml for PyPI

Update pyproject.toml for PyPI #3

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: '--check --target-version py39'
src: '.'