Skip to content

add formatting and typehints, bump version to 1.0.0 in readiness for … #6

add formatting and typehints, bump version to 1.0.0 in readiness for …

add formatting and typehints, bump version to 1.0.0 in readiness for … #6

Workflow file for this run

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