From ecd5a7035d35f16954781f29d889d4a9e3d119ae Mon Sep 17 00:00:00 2001 From: Vladimir Iglovikov Date: Thu, 22 Feb 2024 07:59:13 -0800 Subject: [PATCH] Added Image Augmentation library Albumentations (13k stars) to Readme to "Who is using Ruff" section (#10075) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87a1b4c057..e0aba93777 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ Ruff is released under the MIT license. Ruff is used by a number of major open-source projects and companies, including: +- [Albumentations](https://github.com/albumentations-team/albumentations) - Amazon ([AWS SAM](https://github.com/aws/serverless-application-model)) - Anthropic ([Python SDK](https://github.com/anthropics/anthropic-sdk-python)) - [Apache Airflow](https://github.com/apache/airflow)