Files
ruff/crates/ruff_macros/src
Charlie Marsh e71f044f0d Avoid including nursery rules in linter-level selectors (#5268)
## Summary

Ensures that `--select PL` and `--select PLC` don't include `PLC1901`.
Previously, `--select PL` _did_, because it's a "linter-level selector"
(`--select PLC` is viewed as selecting the `C` prefix from `PL`), and we
were missing this filtering path.
2023-06-21 20:11:40 +00:00
..
2023-05-11 18:00:00 -04:00
2023-05-31 16:35:23 +00:00
2023-06-02 10:33:01 +00:00
2023-05-11 18:00:00 -04:00