From 05566c6075d6e4a22af95f9e3600253ce247f16a Mon Sep 17 00:00:00 2001 From: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com> Date: Fri, 31 May 2024 21:33:39 +0200 Subject: [PATCH] Update `Who's Using Ruff?` section to include `Godot` (#11647) ## Summary - Ever since https://github.com/godotengine/godot/pull/90457 was merged into the `master` branch, Godot has been using ruff for linting and formatting Python files. As such, this PR adds Godot to the "Who's Using Ruff?" section of the main `README.md` file. ## Test Plan - N/A --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c539a8fa79876..c11be0c45b084 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ Ruff is used by a number of major open-source projects and companies, including: - [Dagster](https://github.com/dagster-io/dagster) - Databricks ([MLflow](https://github.com/mlflow/mlflow)) - [FastAPI](https://github.com/tiangolo/fastapi) +- [Godot](https://github.com/godotengine/godot) - [Gradio](https://github.com/gradio-app/gradio) - [Great Expectations](https://github.com/great-expectations/great_expectations) - [HTTPX](https://github.com/encode/httpx)