Skip to content

Commit 6f97e2c

Browse files
Split list of users into top-level and dedicated section (astral-sh#2986)
1 parent bebd412 commit 6f97e2c

2 files changed

Lines changed: 67 additions & 30 deletions

File tree

README.md

Lines changed: 66 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,8 @@ Ruff is extremely actively developed and used in major open-source projects like
5151
* [Transformers (Hugging Face)](https://github.com/huggingface/transformers)
5252
* [Apache Airflow](https://github.com/apache/airflow)
5353
* [SciPy](https://github.com/scipy/scipy)
54-
* [Zulip](https://github.com/zulip/zulip)
55-
* [Bokeh](https://github.com/bokeh/bokeh)
56-
* [Pydantic](https://github.com/pydantic/pydantic)
57-
* [Dagster](https://github.com/dagster-io/dagster)
58-
* [Dagger](https://github.com/dagger/dagger)
59-
* [Sphinx](https://github.com/sphinx-doc/sphinx)
60-
* [Hatch](https://github.com/pypa/hatch)
61-
* [Jupyter](https://github.com/jupyter-server/jupyter_server)
62-
* [Great Expectations](https://github.com/great-expectations/great_expectations)
63-
* [Polars](https://github.com/pola-rs/polars)
64-
* [Ibis](https://github.com/ibis-project/ibis)
65-
* [Synapse (Matrix)](https://github.com/matrix-org/synapse)
66-
* [SnowCLI (Snowflake)](https://github.com/Snowflake-Labs/snowcli)
67-
* [Saleor](https://github.com/saleor/saleor)
68-
* [OpenBB](https://github.com/OpenBB-finance/OpenBBTerminal)
69-
* [Home Assistant](https://github.com/home-assistant/core)
70-
* [Cryptography (PyCA)](https://github.com/pyca/cryptography)
71-
* [cibuildwheel (PyPA)](https://github.com/pypa/cibuildwheel)
72-
* [build (PyPA)](https://github.com/pypa/build)
73-
* [Babel](https://github.com/python-babel/babel)
74-
* [featuretools](https://github.com/alteryx/featuretools)
75-
* [meson-python](https://github.com/mesonbuild/meson-python)
54+
55+
...and many more.
7656

7757
Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster) or
7858
the most recent [project update](https://notes.crmarsh.com/ruff-the-first-200-releases).
@@ -114,21 +94,20 @@ developer of [Zulip](https://github.com/zulip/zulip):
11494

11595
## Table of Contents
11696

117-
This README is also available as [documentation](https://beta.ruff.rs/docs/).
97+
For more, see the [documentation](https://beta.ruff.rs/docs/).
11898

11999
1. [Installation and Usage](#installation-and-usage)
120100
2. [Configuration](#configuration)
121101
3. [Supported Rules](#supported-rules)
122-
4. [Editor Integrations](#editor-integrations)
123-
5. [FAQ](#faq)
124-
6. [Contributing](#contributing)
125-
7. [Support](#support)
126-
8. [Acknowledgements](#acknowledgements)
127-
9. [License](#license)
102+
4. [Contributing](#contributing)
103+
5. [Support](#support)
104+
6. [Acknowledgements](#acknowledgements)
105+
7. [Who's Using Ruff?](#whos-using-ruff)
106+
8. [License](#license)
128107

129108
## Installation and Usage
130109

131-
This README is also available as [documentation](https://beta.ruff.rs/docs/).
110+
For more, see the [documentation](https://beta.ruff.rs/docs/).
132111

133112
<!-- Begin section: Installation and Usage -->
134113

@@ -722,6 +701,63 @@ Ruff is released under the MIT license.
722701

723702
<!-- End section: Acknowledgements -->
724703

704+
## Who's Using Ruff?
705+
706+
Ruff is used in a number of major open-source projects, including:
707+
708+
* [pandas](https://github.com/pandas-dev/pandas)
709+
* [FastAPI](https://github.com/tiangolo/fastapi)
710+
* [Transformers (Hugging Face)](https://github.com/huggingface/transformers)
711+
* [Apache Airflow](https://github.com/apache/airflow)
712+
* [SciPy](https://github.com/scipy/scipy)
713+
* [Zulip](https://github.com/zulip/zulip)
714+
* [Bokeh](https://github.com/bokeh/bokeh)
715+
* [Pydantic](https://github.com/pydantic/pydantic)
716+
* [Dagster](https://github.com/dagster-io/dagster)
717+
* [Dagger](https://github.com/dagger/dagger)
718+
* [Sphinx](https://github.com/sphinx-doc/sphinx)
719+
* [Hatch](https://github.com/pypa/hatch)
720+
* [Jupyter](https://github.com/jupyter-server/jupyter_server)
721+
* [Great Expectations](https://github.com/great-expectations/great_expectations)
722+
* [Polars](https://github.com/pola-rs/polars)
723+
* [Ibis](https://github.com/ibis-project/ibis)
724+
* [Synapse (Matrix)](https://github.com/matrix-org/synapse)
725+
* [SnowCLI (Snowflake)](https://github.com/Snowflake-Labs/snowcli)
726+
* [Saleor](https://github.com/saleor/saleor)
727+
* [OpenBB](https://github.com/OpenBB-finance/OpenBBTerminal)
728+
* [Home Assistant](https://github.com/home-assistant/core)
729+
* [Cryptography (PyCA)](https://github.com/pyca/cryptography)
730+
* [cibuildwheel (PyPA)](https://github.com/pypa/cibuildwheel)
731+
* [build (PyPA)](https://github.com/pypa/build)
732+
* [Babel](https://github.com/python-babel/babel)
733+
* [featuretools](https://github.com/alteryx/featuretools)
734+
* [meson-python](https://github.com/mesonbuild/meson-python)
735+
* [Zulip](https://github.com/zulip/zulip)
736+
* [Bokeh](https://github.com/bokeh/bokeh)
737+
* [Pydantic](https://github.com/pydantic/pydantic)
738+
* [Dagster](https://github.com/dagster-io/dagster)
739+
* [Dagger](https://github.com/dagger/dagger)
740+
* [Sphinx](https://github.com/sphinx-doc/sphinx)
741+
* [Hatch](https://github.com/pypa/hatch)
742+
* [Jupyter](https://github.com/jupyter-server/jupyter_server)
743+
* [Great Expectations](https://github.com/great-expectations/great_expectations)
744+
* [Polars](https://github.com/pola-rs/polars)
745+
* [Ibis](https://github.com/ibis-project/ibis)
746+
* [Synapse (Matrix)](https://github.com/matrix-org/synapse)
747+
* [SnowCLI (Snowflake)](https://github.com/Snowflake-Labs/snowcli)
748+
* [Dispatch (Netflix)](https://github.com/Netflix/dispatch)
749+
* [Saleor](https://github.com/saleor/saleor)
750+
* [Pynecone](https://github.com/pynecone-io/pynecone)
751+
* [OpenBB](https://github.com/OpenBB-finance/OpenBBTerminal)
752+
* [Home Assistant](https://github.com/home-assistant/core)
753+
* [Pylint](https://github.com/PyCQA/pylint)
754+
* [Cryptography (PyCA)](https://github.com/pyca/cryptography)
755+
* [cibuildwheel (PyPA)](https://github.com/pypa/cibuildwheel)
756+
* [build (PyPA)](https://github.com/pypa/build)
757+
* [Babel](https://github.com/python-babel/babel)
758+
* [featuretools](https://github.com/alteryx/featuretools)
759+
* [meson-python](https://github.com/mesonbuild/meson-python)
760+
725761
## License
726762

727763
MIT

_typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ extend-exclude = ["snapshots", "black"]
44
[default.extend-words]
55
trivias = "trivias"
66
hel = "hel"
7+
whos = "whos"

0 commit comments

Comments
 (0)