Add FastAPI to README (#730)

This commit is contained in:
Charlie Marsh 2022-11-13 22:27:35 -05:00 committed by GitHub
parent 1ae07b4c70
commit 29ae6c159d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ faster than any individual tool.
automatically convert your existing configuration.) automatically convert your existing configuration.)
Ruff is actively developed and used in major open-source projects Ruff is actively developed and used in major open-source projects
like [Zulip](https://github.com/zulip/zulip), [pydantic](https://github.com/pydantic/pydantic), like [FastAPI](https://github.com/tiangolo/fastapi), [Zulip](https://github.com/zulip/zulip),
and [Saleor](https://github.com/saleor/saleor). [pydantic](https://github.com/pydantic/pydantic), and [Saleor](https://github.com/saleor/saleor).
Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster). Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster).