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:
Hans-Christoph Steiner 2023-03-20 14:27:26 +01:00
parent 08d4b4671c
commit bf5e65dd24

View file

@ -52,6 +52,8 @@ confidence = ["HIGH", "INFERENCE"]
# TODO many of these could be fixed if someone wants to spend the time # TODO many of these could be fixed if someone wants to spend the time
disable = [ disable = [
"broad-exception-caught",
"broad-exception-raised",
"consider-iterating-dictionary", "consider-iterating-dictionary",
"consider-using-sys-exit", "consider-using-sys-exit",
"invalid-name", "invalid-name",