fix: fix 'singleton-comparison' for pylint
This commit is contained in:
parent
48494ee5e4
commit
2bcdeb42cd
2 changed files with 23 additions and 8 deletions
|
@ -11,7 +11,6 @@ disable=fixme,
|
|||
missing-function-docstring,
|
||||
missing-module-docstring,
|
||||
no-member,
|
||||
singleton-comparison,
|
||||
super-init-not-called,
|
||||
too-many-locals,
|
||||
too-many-nested-blocks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue