```python 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.
is just as bad as the
except:form, and thus I think we should apply exactly the same lint rule to these cases.