fix: fix 'broad-exception-caught' for pylint
This commit is contained in:
parent
3deab0b747
commit
1a0fee3582
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
disable=all
|
||||
enable=anomalous-backslash-in-string,
|
||||
bare-except,
|
||||
broad-exception-caught,
|
||||
dangerous-default-value,
|
||||
inconsistent-return-statements,
|
||||
invalid-name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue