From 1074324c52b0abf519fdbd6589fcacabd98c502a Mon Sep 17 00:00:00 2001 From: doolio Date: Tue, 14 Nov 2023 15:38:12 +0100 Subject: [PATCH] Add starlette as a user of ruff (#8672) Mentioned [here on discord](https://discord.com/channels/1039017663004942429/1039017663512449056/1173726569852837958). Used their github url as that seems to be the most common url type though not for Litestar. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f158bff00a..3f6f1ea002 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Ruff is extremely actively developed and used in major open-source projects like - [Pandas](https://github.com/pandas-dev/pandas) - [SciPy](https://github.com/scipy/scipy) -...and many more. +...and [many more](#whos-using-ruff). Ruff is backed by [Astral](https://astral.sh). Read the [launch post](https://astral.sh/blog/announcing-astral-the-company-behind-ruff), or the original [project announcement](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster). @@ -377,8 +377,8 @@ Ruff is used by a number of major open-source projects and companies, including: - Anthropic ([Python SDK](https://github.com/anthropics/anthropic-sdk-python)) - [Apache Airflow](https://github.com/apache/airflow) - AstraZeneca ([Magnus](https://github.com/AstraZeneca/magnus-core)) -- Benchling ([Refac](https://github.com/benchling/refac)) - [Babel](https://github.com/python-babel/babel) +- Benchling ([Refac](https://github.com/benchling/refac)) - [Bokeh](https://github.com/bokeh/bokeh) - [Cryptography (PyCA)](https://github.com/pyca/cryptography) - [DVC](https://github.com/iterative/dvc) @@ -389,15 +389,16 @@ Ruff is used by a number of major open-source projects and companies, including: - [Gradio](https://github.com/gradio-app/gradio) - [Great Expectations](https://github.com/great-expectations/great_expectations) - [HTTPX](https://github.com/encode/httpx) +- [Hatch](https://github.com/pypa/hatch) +- [Home Assistant](https://github.com/home-assistant/core) - Hugging Face ([Transformers](https://github.com/huggingface/transformers), [Datasets](https://github.com/huggingface/datasets), [Diffusers](https://github.com/huggingface/diffusers)) -- [Hatch](https://github.com/pypa/hatch) -- [Home Assistant](https://github.com/home-assistant/core) - ING Bank ([popmon](https://github.com/ing-bank/popmon), [probatus](https://github.com/ing-bank/probatus)) - [Ibis](https://github.com/ibis-project/ibis) - [Jupyter](https://github.com/jupyter-server/jupyter_server) - [LangChain](https://github.com/hwchase17/langchain) +- [Litestar](https://litestar.dev/) - [LlamaIndex](https://github.com/jerryjliu/llama_index) - Matrix ([Synapse](https://github.com/matrix-org/synapse)) - [MegaLinter](https://github.com/oxsecurity/megalinter) @@ -422,20 +423,20 @@ Ruff is used by a number of major open-source projects and companies, including: - [PostHog](https://github.com/PostHog/posthog) - Prefect ([Python SDK](https://github.com/PrefectHQ/prefect), [Marvin](https://github.com/PrefectHQ/marvin)) - [PyInstaller](https://github.com/pyinstaller/pyinstaller) +- [PyMC-Marketing](https://github.com/pymc-labs/pymc-marketing) - [PyTorch](https://github.com/pytorch/pytorch) - [Pydantic](https://github.com/pydantic/pydantic) - [Pylint](https://github.com/PyCQA/pylint) -- [PyMC-Marketing](https://github.com/pymc-labs/pymc-marketing) - [Reflex](https://github.com/reflex-dev/reflex) - [Rippling](https://rippling.com) - [Robyn](https://github.com/sansyrox/robyn) -- Scale AI ([Launch SDK](https://github.com/scaleapi/launch-python-client)) -- Snowflake ([SnowCLI](https://github.com/Snowflake-Labs/snowcli)) - [Saleor](https://github.com/saleor/saleor) +- Scale AI ([Launch SDK](https://github.com/scaleapi/launch-python-client)) - [SciPy](https://github.com/scipy/scipy) +- Snowflake ([SnowCLI](https://github.com/Snowflake-Labs/snowcli)) - [Sphinx](https://github.com/sphinx-doc/sphinx) - [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3) -- [Litestar](https://litestar.dev/) +- [Starlette](https://github.com/encode/starlette) - [The Algorithms](https://github.com/TheAlgorithms/Python) - [Vega-Altair](https://github.com/altair-viz/altair) - WordPress ([Openverse](https://github.com/WordPress/openverse))