Contribute guide To install all dependencies (use poetry-core>=1.2.0a2): poetry install --with dev,docs To run checks: poetry run pre-commit run --all-files To run tests: poetry run pytest