Skip to content

Check for no-reraise-cancelled and cancelled-not-raised in except* #311

@Zac-HD

Description

@Zac-HD
try:
    ...
except* trio.Cancelled:
    pass

is just as bad as the except: form, and thus I think we should apply exactly the same lint rule to these cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions