mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
Bump ruff to 0.0.254 (#89273)
This commit is contained in:
@@ -272,6 +272,8 @@ ignore = [
|
||||
"D407", # Section name underlining
|
||||
"E501", # line too long
|
||||
"E731", # do not assign a lambda expression, use a def
|
||||
# Ignored due to performance: https://github.com/charliermarsh/ruff/issues/2923
|
||||
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
|
||||
]
|
||||
|
||||
[tool.ruff.flake8-import-conventions.extend-aliases]
|
||||
|
||||
Reference in New Issue
Block a user