Contributing
We happily accept contributions!
Development setup
You can run the unit tests with
uv run --extra dev pytest -s tests
You can build and view the documentation by running the following in the project directory:
uv run --extra dev mkdocs serve
The commands in the CI workflow are the best source of useful commands to run during development.