From c07947bfaca682cd4ba9e3d3afef8ccae6bc90bf Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 6 Nov 2023 20:59:06 +0200 Subject: [PATCH] Add Pillow to Ruff users (#8523) ## Summary See https://github.com/python-pillow/Pillow/pull/6966 :) ## Test Plan Looked at the Markdown preview! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7229ca496395..97eb722dd0910 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ Ruff is used by a number of major open-source projects and companies, including: - [PDM](https://github.com/pdm-project/pdm) - [PaddlePaddle](https://github.com/PaddlePaddle/Paddle) - [Pandas](https://github.com/pandas-dev/pandas) +- [Pillow](https://github.com/python-pillow/Pillow) - [Poetry](https://github.com/python-poetry/poetry) - [Polars](https://github.com/pola-rs/polars) - [PostHog](https://github.com/PostHog/posthog)