pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
706 B
706 B
Contributing to FastAPI
Thank you for your interest in contributing! 🎉
Please refer to the complete guide at: 👉 Development - Contributing
Code Style and Formatting
Before submitting a Pull Request, please make sure your code matches the project's style guidelines.
Install nox
We use nox to run automated sessions like linters and formatters.
Install it using pip:
pip install nox
Then, run the linting session with:
nox -s lint
This command runs the same checks used in the continuous integration (CI) process to ensure your code follows the style conventions of the project.