mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-16 12:31:57 -04:00
🔧 Remove Ruff ignored rule for tabs (#15533)
This commit is contained in:
committed by
GitHub
parent
b31ffc1efd
commit
b6abc93bff
@@ -278,7 +278,6 @@ ignore = [
|
||||
"E501", # line too long, handled by black
|
||||
"B008", # do not perform function calls in argument defaults
|
||||
"C901", # too complex
|
||||
"W191", # indentation contains tabs
|
||||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
|
||||
Reference in New Issue
Block a user