mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 00:08:25 -05: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user