mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-03 17:10:55 +00:00
Add monorepo note
This commit is contained in:
parent
1e4b1533ad
commit
0d05aaeb6e
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ An extremely fast Python linter, written in Rust.
|
||||||
- 🔧 Autofix support, for automatic error correction (e.g., automatically remove unused imports)
|
- 🔧 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
|
- ⚖️ [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/)
|
- 🔌 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
|
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
|
functionality behind a single, common interface. Ruff can be used to replace Flake8 (plus a variety
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue