1
0
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:
epenet
2023-03-07 13:25:31 +01:00
committed by GitHub
parent 8c282e2b0d
commit ff2a88b426
4 changed files with 6 additions and 2 deletions

View File

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