fix: fix 'redefined-outer-name' for pylint
This commit is contained in:
parent
a47dfbad01
commit
87af670df6
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ enable=anomalous-backslash-in-string,
|
|||
no-self-argument,
|
||||
possibly-used-before-assignment,
|
||||
redefined-argument-from-local,
|
||||
redefined-outer-name,
|
||||
too-few-public-methods,
|
||||
trailing-whitespace,
|
||||
unspecified-encoding,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue