mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-03 05:03:33 +00:00
## Summary E274 currently flags any keyword at the start of a line indented with tabs. This turns out to be due to a bug in `Whitespace::trailing` that never considers any whitespace containing a tab as indentation. ## Test Plan Added a simple test case. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| package | ||
| project | ||
| disallowed_rule_names.txt | ||