Add usage of ruff in pandas to README (#1811)

pandas now uses ruff for linting, see
https://github.com/pandas-dev/pandas/pull/50160
This commit is contained in:
Jeroen Van Goey
2023-01-12 16:55:21 +01:00
committed by GitHub
parent b36d4a15b0
commit 07134c50c8

View File

@@ -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)