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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ imports, and more.
Ruff is extremely actively developed and used in major open-source projects like: 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) - [FastAPI](https://github.com/tiangolo/fastapi)
- [Bokeh](https://github.com/bokeh/bokeh) - [Bokeh](https://github.com/bokeh/bokeh)
- [Zulip](https://github.com/zulip/zulip) - [Zulip](https://github.com/zulip/zulip)