mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
Remove example from tab-indentation
(#11462)
## Summary I think the example is more confusing than helpful, since there's no visual difference between the tab and space here (even if it rendered properly). Closes https://github.com/astral-sh/ruff/issues/11460#issuecomment-2118397278.
This commit is contained in:
parent
83152fff92
commit
24899efe50
2 changed files with 0 additions and 13 deletions
|
@ -74,7 +74,6 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
|||
"redundant-backslash",
|
||||
"shebang-leading-whitespace",
|
||||
"surrounding-whitespace",
|
||||
"tab-indentation",
|
||||
"too-few-spaces-before-inline-comment",
|
||||
"too-many-blank-lines",
|
||||
"too-many-boolean-expressions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue