remove old lint
This commit is contained in:
parent
43e01a814d
commit
35ecbad15e
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue