[core] Enable ruff SLOT (flake8-slots) lint family (#16647)

This commit is contained in:
J. Nick Koston
2026-05-25 20:06:01 -05:00
committed by GitHub
parent 97267105e1
commit 5172227931
2 changed files with 2 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ select = [
"PL", # pylint
"Q", # flake8-quotes
"SIM", # flake8-simplify
"SLOT", # flake8-slots
"RET", # flake8-ret
"T10", # flake8-debugger
"UP", # pyupgrade