fix: fix 'no-member' for pylint
This commit is contained in:
parent
87af670df6
commit
79bab4f9e1
3 changed files with 16 additions and 16 deletions
|
@ -22,6 +22,7 @@ enable=anomalous-backslash-in-string,
|
|||
missing-module-docstring,
|
||||
no-else-return,
|
||||
no-self-argument,
|
||||
no-member,
|
||||
possibly-used-before-assignment,
|
||||
redefined-argument-from-local,
|
||||
redefined-outer-name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue