chore: bump ruff to 0.14 (#26063)

This commit is contained in:
Bowen Liang
2025-10-10 18:10:23 +08:00
committed by GitHub
parent 65b832c46c
commit d0dd81cf84
4 changed files with 23 additions and 24 deletions

View File

@@ -81,7 +81,6 @@ ignore = [
"SIM113", # enumerate-for-loop
"SIM117", # multiple-with-statements
"SIM210", # if-expr-with-true-false
"UP038", # deprecated and not recommended by Ruff, https://docs.astral.sh/ruff/rules/non-pep604-isinstance/
]
[lint.per-file-ignores]