mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
tab indentation comment (#6079)
## Summary
Updated doc comment for `tab_indentation.rs`. Online docs also benefit
from this update.
## Test Plan
Checked docs via
[mkdocs](389fe13c93/CONTRIBUTING.md (L267-L296)
)
This commit is contained in:
parent
389fe13c93
commit
8c80bfa7da
2 changed files with 21 additions and 0 deletions
|
@ -55,6 +55,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
|||
"prohibited-trailing-comma",
|
||||
"shebang-leading-whitespace",
|
||||
"surrounding-whitespace",
|
||||
"tab-indentation",
|
||||
"too-few-spaces-before-inline-comment",
|
||||
"trailing-comma-on-bare-tuple",
|
||||
"triple-single-quotes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue