mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -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.