Browse Source

🔧 Remove Ruff ignored rule for tabs (#15533)

pull/15475/head
Sebastián Ramírez 3 weeks ago
committed by GitHub
parent
commit
b6abc93bff
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      pyproject.toml

1
pyproject.toml

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

Loading…
Cancel
Save