From 0d05aaeb6e46aeee14ad748f9b51a0f66e0f56db Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 26 Dec 2022 21:00:14 -0500 Subject: [PATCH] Add monorepo note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81bebe567c..e346868d72 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ An extremely fast Python linter, written in Rust. - 🔧 Autofix support, for automatic error correction (e.g., automatically remove unused imports) - ⚖️ [Near-parity](#how-does-ruff-compare-to-flake8) with the built-in Flake8 rule set - 🔌 Native re-implementations of popular Flake8 plugins, like [`flake8-bugbear`](https://pypi.org/project/flake8-bugbear/) +- 🌎 Monorepo-friendly configuration via hierarchical and cascading settings Ruff aims to be orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface. Ruff can be used to replace Flake8 (plus a variety