ruff: check shadowed variables (#32851)
* check shadowed variables * fix old-commit-hash: 69d4b0fdf0ff2856b7a2785d8210f42d654374da
This commit is contained in:
@@ -209,7 +209,8 @@ lint.select = [
|
||||
"UP", # pyupgrade
|
||||
"TRY302", "TRY400", "TRY401", # try/excepts
|
||||
"RUF008", "RUF100",
|
||||
"TID251"
|
||||
"TID251",
|
||||
"PLR1704",
|
||||
]
|
||||
lint.ignore = [
|
||||
"E741",
|
||||
|
||||
Reference in New Issue
Block a user