mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Along with the logical line detection, this adds 14 of the missing `pycodestyle` rules. For now, this is all gated behind a `logical_lines` feature that's off-by-default, which will let us implement all rules prior to shipping, since we want to couple the release of these rules with new defaults and instructions.