From 841e6c889ec32b6b9022dfbbd9f226779d73aa88 Mon Sep 17 00:00:00 2001 From: Adil Zouitine Date: Fri, 17 Nov 2023 15:13:50 +0100 Subject: [PATCH] Add River in "Who's Using Ruff?" section (#8740) ## Summary I added [`River`](https://github.com/online-ml/river) in "Who's Using Ruff?" section. River is an online machine learning library, with 4.5k stars and 460k downloads, since few months we used [`Ruff`](https://github.com/online-ml/river/blob/3758eb1e0ae7042cd648f352ed1c16fac51b55db/pyproject.toml#L31) as linter. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f6f1ea0021dc..ee81a8cff69af 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ Ruff is used by a number of major open-source projects and companies, including: - [Pydantic](https://github.com/pydantic/pydantic) - [Pylint](https://github.com/PyCQA/pylint) - [Reflex](https://github.com/reflex-dev/reflex) +- [River](https://github.com/online-ml/river) - [Rippling](https://rippling.com) - [Robyn](https://github.com/sansyrox/robyn) - [Saleor](https://github.com/saleor/saleor)