From 30ae0d372333fa912a3ebd9e5e4dfb98e38d9cc9 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Tue, 24 Jan 2023 09:48:00 -0500 Subject: [PATCH] Add Dagger and Great Expectations (#2130) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3a3990dd3..4e09acce8e 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,22 @@ Ruff is extremely actively developed and used in major open-source projects like - [Apache Airflow](https://github.com/apache/airflow) - [Bokeh](https://github.com/bokeh/bokeh) - [Zulip](https://github.com/zulip/zulip) -- [Dagster](https://github.com/dagster-io/dagster) - [Pydantic](https://github.com/pydantic/pydantic) +- [Dagster](https://github.com/dagster-io/dagster) +- [Dagger](https://github.com/dagger/dagger) - [Sphinx](https://github.com/sphinx-doc/sphinx) - [Hatch](https://github.com/pypa/hatch) - [Jupyter](https://github.com/jupyter-server/jupyter_server) -- [Synapse (Matrix)](https://github.com/matrix-org/synapse) -- [Saleor](https://github.com/saleor/saleor) +- [Great Expectations](https://github.com/great-expectations/great_expectations) - [Polars](https://github.com/pola-rs/polars) - [Ibis](https://github.com/ibis-project/ibis) -- [OpenBB](https://github.com/OpenBB-finance/OpenBBTerminal) -- [Cryptography (PyCA)](https://github.com/pyca/cryptography) +- [Synapse (Matrix)](https://github.com/matrix-org/synapse) - [SnowCLI (Snowflake)](https://github.com/Snowflake-Labs/snowcli) -- [cibuildwheel](https://github.com/pypa/cibuildwheel) +- [Saleor](https://github.com/saleor/saleor) +- [OpenBB](https://github.com/OpenBB-finance/OpenBBTerminal) - [Home Assistant](https://github.com/home-assistant/core) +- [Cryptography (PyCA)](https://github.com/pyca/cryptography) +- [cibuildwheel (PyPA)](https://github.com/pypa/cibuildwheel) Read the [launch blog post](https://notes.crmarsh.com/python-tooling-could-be-much-much-faster).