From c3f6170503df2a2447f611f18022bad773bcf979 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 22 Nov 2022 14:28:02 -0500 Subject: [PATCH] Update README with list of projects (#874) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5747e4128b..9f95d9de01 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,14 @@ of plugins), [`isort`](https://pypi.org/project/isort/), [`pydocstyle`](https:// and [`autoflake`](https://pypi.org/project/autoflake/) all while executing tens or hundreds of times faster than any individual tool. -(Coming from Flake8? Try [`flake8-to-ruff`](https://pypi.org/project/flake8-to-ruff/) to -automatically convert your existing configuration.) +Ruff is actively developed and used in major open-source projects like: -Ruff is actively developed and used in major open-source projects -like [FastAPI](https://github.com/tiangolo/fastapi), [Zulip](https://github.com/zulip/zulip), -[pydantic](https://github.com/pydantic/pydantic), and [Saleor](https://github.com/saleor/saleor). +- [FastAPI](https://github.com/tiangolo/fastapi) +- [Bokeh](https://github.com/bokeh/bokeh) +- [Zulip](https://github.com/zulip/zulip) +- [Pydantic](https://github.com/pydantic/pydantic) +- [Saleor](https://github.com/saleor/saleor) +- [Hatch](https://github.com/pypa/hatch) Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster). @@ -105,7 +107,7 @@ Ruff also works with [pre-commit](https://pre-commit.com): ```yaml repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.116 + rev: v0.0.134 hooks: - id: ruff ```