Contributors#
For developers#
Install required tools
Clone repository
Initialize developer’s environment
uv sync tox run -e init
Run tests
# run only mypy env tox run -e lint-mypy # run all linting envs (labeled) tox run -m lint # run only ruff formatting env tox run -e fmt-py # run all formatting envs (labeled) tox run -m fmt # list all envs tox list # run all envs tox run
Contributing — start from opening an issue
Versioning#
SemVer used for versioning. For available versions see the repository tags and releases.