fix: fix 'no-self-argument' for pylint
This commit is contained in:
parent
f01f5911da
commit
da149e932d
2 changed files with 7 additions and 6 deletions
|
@ -21,6 +21,7 @@ enable=anomalous-backslash-in-string,
|
|||
missing-function-docstring,
|
||||
missing-module-docstring,
|
||||
no-else-return,
|
||||
no-self-argument,
|
||||
redefined-argument-from-local,
|
||||
too-few-public-methods,
|
||||
trailing-whitespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue