Skip to content

Commit 3b4aaa5

Browse files
Add some new testimonials (#1921)
1 parent 6abf716 commit 3b4aaa5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ of [FastAPI](https://github.com/tiangolo/fastapi):
7474
> Ruff is so fast that sometimes I add an intentional bug in the code just to confirm it's actually
7575
> running and checking the code.
7676
77+
[**Nick Schrock**](https://twitter.com/schrockn/status/1612615862904827904), founder of [Elementl](https://www.elementl.com/),
78+
co-creator of [GraphQL](https://graphql.org/):
79+
80+
> Why is Ruff a gamechanger? Primarily because it is nearly 1000x faster. Literally. Not a typo. On
81+
> our largest module (dagster itself, 250k LOC) pylint takes about 2.5 minutes, parallelized across 4
82+
> cores on my M1. Running ruff against our *entire* codebase takes .4 seconds.
83+
7784
[**Bryan Van de Ven**](https://github.com/bokeh/bokeh/pull/12605), co-creator
7885
of [Bokeh](https://github.com/bokeh/bokeh/), original author
7986
of [Conda](https://docs.conda.io/en/latest/):
@@ -82,7 +89,13 @@ of [Conda](https://docs.conda.io/en/latest/):
8289
> ~20s. This is an enormous quality of life improvement for local dev. It's fast enough that I added
8390
> it as an actual commit hook, which is terrific.
8491
85-
[**Tim Abbott**](https://github.com/charliermarsh/ruff/issues/465#issuecomment-1317400028), lead developer of [Zulip](https://github.com/zulip/zulip):
92+
[**Timothy Crosley**](https://twitter.com/timothycrosley/status/1606420868514877440),
93+
creator of [isort](https://github.com/PyCQA/isort):
94+
95+
> Just switched my first project to Ruff. Only one downside so far: it's so fast I couldn't believe it was working till I intentionally introduced some errors.
96+
97+
[**Tim Abbott**](https://github.com/charliermarsh/ruff/issues/465#issuecomment-1317400028), lead
98+
developer of [Zulip](https://github.com/zulip/zulip):
8699

87100
> This is just ridiculously fast... `ruff` is amazing.
88101

0 commit comments

Comments
 (0)