Thank you for contributing to Flask OpenAPI3.
Before submitting pr, you need to complete the following steps:
-
Install requirements
pip install -U -r requirements-dev.txt
-
Running the tests
set pythonpath=. # or export pythonpath=. pytest tests
-
Running the flake8
flake8 flask_openapi3 tests examples
-
Running the mypy
mypy flask_openapi3
-
Building the docs
Serve the live docs with Material for MkDocs, and make sure it's correct.
mkdocs serve