From a44d579f214093d5cddf15357f996f67248f6945 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Wed, 31 Jul 2024 20:56:52 +0800 Subject: [PATCH] Add Dify to Ruff users (#12593) ## Summary - Add the popular LLM Ops project Dify to the user list in Readme, as Dify introduced Ruff for lining since Feb 2024 in https://github.com/langgenius/dify/pull/2366 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18f4465e9c..45ceffd3a6 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ Ruff is used by a number of major open-source projects and companies, including: - [Dagger](https://github.com/dagger/dagger) - [Dagster](https://github.com/dagster-io/dagster) - Databricks ([MLflow](https://github.com/mlflow/mlflow)) +- [Dify](https://github.com/langgenius/dify) - [FastAPI](https://github.com/tiangolo/fastapi) - [Godot](https://github.com/godotengine/godot) - [Gradio](https://github.com/gradio-app/gradio)