mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-01 17:32:25 +00:00
![]() This enables us to feature-flag rules, like: ```rust ruff_macros::define_rule_mapping!( #[cfg(feature = "logical_lines")] E111 => rules::pycodestyle::rules::IndentationWithInvalidMultiple, ... ) ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |