fix: fix 'consider-using-set-comprehension' for pylint
This commit is contained in:
parent
564ac318bc
commit
ec982fe168
3 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,6 @@ disable=fixme,
|
|||
arguments-renamed,
|
||||
attribute-defined-outside-init,
|
||||
consider-using-generator,
|
||||
consider-using-set-comprehension,
|
||||
duplicate-code,
|
||||
isinstance-second-argument-not-valid-type,
|
||||
keyword-arg-before-vararg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue