Thank you for contributing to Star OpenAPI.
Before submitting pr, you need to complete the following steps:
-
Install requirements
uv sync
-
Running the tests
set pythonpath=. # or export pythonpath=. pytest tests
-
Running the ruff
ruff check star_openapi tests examples
-
Running the ty
ty check star_openapi
-
Building the docs
Serve the live docs with Material for MkDocs, and make sure it's correct.
mkdocs serve