diff --git a/pyproject.toml b/pyproject.toml index cc2604bdbe..089145c589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ line-length = 120 [tool.pylint."MESSAGES CONTROL"] disable = [ "arguments-differ", + "bare-except", # This is fine "broad-except", "broad-exception-raised", # Only available in later pylint "c-extension-no-member", # seems to be weird false pos