You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add B904 - Use raise ... from err in except clauses (#181)
* Strip trailing whitespace
* Add B904 - use exc chaining
* Format with black
* Allow explicit re-raise
This is useful when you want to explicitly modify the traceback, as done by Hypothesis and Trio
* Disable raises check by default
0 commit comments