Enable F841

This commit is contained in:
huchenlei 2024-12-09 18:48:24 -08:00
parent a220d11e6b
commit a66fcf31d8

View File

@ -5,4 +5,5 @@ lint.ignore = ["ALL"]
lint.select = [
"S307", # suspicious-eval-usage
"F401", # unused-import
"F841", # unused-local-variable
]