Skip to content

version bump to beta + minor change docs and docstrings #4

version bump to beta + minor change docs and docstrings

version bump to beta + minor change docs and docstrings #4

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "24.3.0"