From 19baabba58c55d8c280b701dc5fb346ce19477bd Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 24 Apr 2024 18:39:39 -0700 Subject: [PATCH] README: add Apache Superset to project list (#11136) ## Summary Stoked to have found` ruff` and migrated over - quick testimonial -> > Our smooth and fast migration to ruff allowed us to deprecate 4+ other disjointed tools (pycln, pyupgrade, black, isort, flake8) that each had their own CLI subcommands, different enabling/disabling semantics, and pre-commit hooks. I can't wait to add pylint to the list. It's such a no brainer to replace all this with the Ferrari of linters.`--add-no-qa` and `--ignore-noqa` are so convenient, but `--fix` takes it home! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b6f24f2a5..32d677a3fa 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ times faster than any individual tool. Ruff is extremely actively developed and used in major open-source projects like: - [Apache Airflow](https://github.com/apache/airflow) +- [Apache Superset](https://github.com/apache/superset) - [FastAPI](https://github.com/tiangolo/fastapi) - [Hugging Face](https://github.com/huggingface/transformers) - [Pandas](https://github.com/pandas-dev/pandas)