Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 693 Bytes

File metadata and controls

31 lines (21 loc) · 693 Bytes

Contributing

All the contributions are welcome! Please open an issue or send us a pull request.

Executing the tests:

$ uv venv
$ uv pip install -r requirements.txt
$ uv pip install -e .
$ uv ruff check .
$ uv format .
$ uv run pytest

or with tox installed:

$ tox

Use of pre-commit is recommended:

$ uv run precommit install

Documentation is published with zensical and follows the approach established by Diátaxis:

$ make serve-docs

Open http://127.0.0.1:8000/ to view the documentation locally.