New 1xx rule: after except* FooError as e:
, warn on e.attribute
for attributes that don't exist on ExceptionGroup
#301
Labels
enhancement
New feature or request
This is redundant with a strict typechecker or 100% code coverage, but it's an easy mistake to make when you're migrating error-handling code to use
except*
and a linter would help for code that doesn't have those other checks.The text was updated successfully, but these errors were encountered: