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
..
cache_key.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00
combine_options.rs Merge subsettings when extending configurations (#4431) 2023-05-15 02:34:58 +00:00
config.rs Add a ruff_textwrap crate (#4731) 2023-05-31 16:35:23 +00:00
derive_message_formats.rs Remove unnecessary path prefixes (#4492) 2023-05-18 10:19:09 -04:00
lib.rs Merge registry into codes (#4651) 2023-06-02 10:33:01 +00:00
map_codes.rs Avoid including nursery rules in linter-level selectors (#5268) 2023-06-21 20:11:40 +00:00
newtype_index.rs Introduce ruff_index crate (#4597) 2023-05-23 17:40:35 +02:00
rule_code_prefix.rs Enable pycodestyle rules under new "nursery" category (#4407) 2023-05-16 21:21:58 +00:00
rule_namespace.rs Implement copyright notice detection (#4701) 2023-06-11 02:17:58 +00:00
violation.rs Disallow unreachable_pub (#4314) 2023-05-11 18:00:00 -04:00