fix: fix 'bare-except' and 'broad-exception-caught' for pylint
This commit is contained in:
parent
f989f41e86
commit
0f66d24dd4
7 changed files with 9 additions and 11 deletions
|
@ -7,8 +7,6 @@ disable=fixme,
|
|||
arguments-renamed,
|
||||
assignment-from-no-return,
|
||||
attribute-defined-outside-init,
|
||||
bare-except,
|
||||
broad-exception-caught,
|
||||
consider-using-dict-comprehension,
|
||||
consider-using-dict-items,
|
||||
consider-using-generator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue