[core] Enable ruff RSE (flake8-raise) lint family (#16649)

This commit is contained in:
J. Nick Koston
2026-05-25 20:06:34 -05:00
committed by GitHub
parent f1839489dd
commit bbc24ab546
6 changed files with 6 additions and 5 deletions

View File

@@ -125,6 +125,7 @@ select = [
"PERF", # performance
"PL", # pylint
"Q", # flake8-quotes
"RSE", # flake8-raise
"SIM", # flake8-simplify
"SLOT", # flake8-slots
"RET", # flake8-ret