mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-22 12:45:16 -04: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:
1 parent
08d4b4671c
commit
bf5e65dd24
1 file changed
+2
@@ -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