Contributing
Contributing Guide⚓︎
Thank you for contributing to Flask OpenAPI3.
Before submitting pr, you need to complete the following steps:
-
Install requirements
1uv sync --upgrade --all-extras --all-groups -
Running the tests
1 2 3
set pythonpath=. # or export pythonpath=. pytest tests -
Running the ruff
1ruff check flask_openapi3 tests examples -
Running the mypy
1mypy flask_openapi3 -
Building the docs
Serve the live docs with Material for MkDocs, and make sure it's correct.
1mkdocs serve