From 07134c50c8e91ef8ad5dd9c7cbef1cf10b605ddd Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Thu, 12 Jan 2023 16:55:21 +0100 Subject: [PATCH] Add usage of ruff in pandas to README (#1811) pandas now uses ruff for linting, see https://github.com/pandas-dev/pandas/pull/50160 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15ced3e183..73f1a9aec5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ imports, and more. Ruff is extremely actively developed and used in major open-source projects like: +- [pandas](https://github.com/pandas-dev/pandas) - [FastAPI](https://github.com/tiangolo/fastapi) - [Bokeh](https://github.com/bokeh/bokeh) - [Zulip](https://github.com/zulip/zulip)