Spaces:
Build error
Build error
Commit ·
9379f73
1
Parent(s): a6d99df
Remove obsolete Ruff UP038 ignore to stabilize CI lint output
Browse files- pyproject.toml +0 -1
pyproject.toml
CHANGED
|
@@ -228,7 +228,6 @@ ignore = [
|
|
| 228 |
"E501", # line too long (handled by formatter)
|
| 229 |
"B008", # do not perform function calls in argument defaults
|
| 230 |
"B905", # zip without strict parameter
|
| 231 |
-
"UP038", # isinstance(x, (A, B)) is clearer than isinstance(x, A | B)
|
| 232 |
]
|
| 233 |
|
| 234 |
[tool.ruff.lint.isort]
|
|
|
|
| 228 |
"E501", # line too long (handled by formatter)
|
| 229 |
"B008", # do not perform function calls in argument defaults
|
| 230 |
"B905", # zip without strict parameter
|
|
|
|
| 231 |
]
|
| 232 |
|
| 233 |
[tool.ruff.lint.isort]
|