diff --git a/pyproject.toml b/pyproject.toml index dd76d7c6..d351e8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",