fix: fix 'no-else-raise' for pylint
This commit is contained in:
parent
4b4d81c4f3
commit
ebd44c55f5
2 changed files with 4 additions and 5 deletions
|
@ -10,7 +10,6 @@ disable=fixme,
|
|||
keyword-arg-before-vararg,
|
||||
missing-function-docstring,
|
||||
missing-module-docstring,
|
||||
no-else-raise,
|
||||
no-member,
|
||||
not-callable,
|
||||
protected-access,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue