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
Yeah, sounds good. I guess it makes sense to keep TRY200 over B904 as tryceratops is exception-focused and flake8-bugbear is a random collection of stuff.
GitHub, PyPI.
R100
: raise in except handler without fromB904
fromflake8-bugbear
TRY200
fromtryceratops
raise Exception()
and notraise Exception
(no parentheses)R101
: use bare raise in except handlerTRY201
fromtryceratops
R102
: unnecessary parentheses on raised exceptionSo this plugin is mostly implemented.
R102
looks like it should be a relatively easy rule to define.The text was updated successfully, but these errors were encountered: