79653633

Date: 2025-06-04 23:52:42
Score: 3
Natty:
Report link

If you prefer not to modify your code, you can disable the inspection in IDE following these steps:

Settings > Editor > Inspections > Unclear exception clausesa, uncheck it.

It works for PyCharm 2023.1.2. @Daniel Serretti mentioned that the name of this rule was something like "too broad" in older versions.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Daniel
  • Low reputation (1):
Posted by: Winhows