mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
pylint: hide broad-exception-caught and broad-exception-raised
I suppose it would be nice to have these enabled, but yeah...
This commit is contained in:
parent
08d4b4671c
commit
bf5e65dd24
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ confidence = ["HIGH", "INFERENCE"]
|
|||
|
||||
# TODO many of these could be fixed if someone wants to spend the time
|
||||
disable = [
|
||||
"broad-exception-caught",
|
||||
"broad-exception-raised",
|
||||
"consider-iterating-dictionary",
|
||||
"consider-using-sys-exit",
|
||||
"invalid-name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue