drop unused rule

This commit is contained in:
jan 2025-12-30 00:22:55 -08:00
parent a6b6d23cdb
commit a79141d312

View File

@ -62,7 +62,6 @@ lint.ignore = [
"ANN002", # *args
"ANN003", # **kwargs
"ANN401", # Any
"ANN101", # self: Self
"SIM108", # single-line if / else assignment
"RET504", # x=y+z; return x
"PIE790", # unnecessary pass