mirror of https://github.com/astral-sh/ruff
Closes #7434 Replaces the `PREVIEW` selector (removed in #7389) with a configuration option `explicit-preview-rules` which requires selectors to use exact rule codes for all preview rules. This allows users to enable preview without opting into all preview rules at once. ## Test plan Unit tests |
||
|---|---|---|
| .. | ||
| black.rs | ||
| converter.rs | ||
| external_config.rs | ||
| isort.rs | ||
| main.rs | ||
| parser.rs | ||
| pep621.rs | ||
| plugin.rs | ||
| pyproject.rs | ||