mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
ParseCode was a fitting name since the trait only contained a single parse_code method ... since we now however want to introduce an additional `prefixes` method RuleNamespace is more fitting.