🔧 Remove Ruff ignored rule for tabs (#15533)

This commit is contained in:
Sebastián Ramírez
2026-05-15 12:15:37 +02:00
committed by GitHub
parent b31ffc1efd
commit b6abc93bff

View File

@@ -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]