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:
Charlie Marsh 2024-05-17 17:49:16 -04:00 committed by GitHub
parent 83152fff92
commit 24899efe50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

View file

@ -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",