From a6176d2c7038f2d63c4321a65957678d7b7bb608 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 12 May 2023 14:02:13 -0400 Subject: [PATCH] Add PyTorch to user list (#4393) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc5e2b9d04..3a062b13c6 100644 --- a/README.md +++ b/README.md @@ -343,9 +343,9 @@ Ruff is used by a number of major open-source projects and companies, including: - [Babel](https://github.com/python-babel/babel) - [Bokeh](https://github.com/bokeh/bokeh) - [Cryptography (PyCA)](https://github.com/pyca/cryptography) +- [DVC](https://github.com/iterative/dvc) - [Dagger](https://github.com/dagger/dagger) - [Dagster](https://github.com/dagster-io/dagster) -- [DVC](https://github.com/iterative/dvc) - [FastAPI](https://github.com/tiangolo/fastapi) - [Gradio](https://github.com/gradio-app/gradio) - [Great Expectations](https://github.com/great-expectations/great_expectations) @@ -373,8 +373,9 @@ Ruff is used by a number of major open-source projects and companies, including: - [Polars](https://github.com/pola-rs/polars) - [PostHog](https://github.com/PostHog/posthog) - Prefect ([Python SDK](https://github.com/PrefectHQ/prefect), [Marvin](https://github.com/PrefectHQ/marvin)) -- [Pydantic](https://github.com/pydantic/pydantic) - [PyInstaller](https://github.com/pyinstaller/pyinstaller) +- [PyTorch](https://github.com/pytorch/pytorch) +- [Pydantic](https://github.com/pydantic/pydantic) - [Pylint](https://github.com/PyCQA/pylint) - [Pynecone](https://github.com/pynecone-io/pynecone) - [Robyn](https://github.com/sansyrox/robyn)