fix: fix 'redefined-outer-name' for pylint
This commit is contained in:
parent
e38f7ba293
commit
6c66c8d57b
12 changed files with 23 additions and 16 deletions
|
@ -11,7 +11,6 @@ disable=fixme,
|
|||
missing-function-docstring,
|
||||
missing-module-docstring,
|
||||
no-member,
|
||||
redefined-outer-name,
|
||||
simplifiable-if-expression,
|
||||
singleton-comparison,
|
||||
super-init-not-called,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue