-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
pluginImplementing a known but unsupported pluginImplementing a known but unsupported plugin
Description
-
R100: raise in except handler without from- Already implemented via
B904fromflake8-bugbear - Already implemented via
TRY200fromtryceratops- This is buggy and only triggers with
raise Exception()and notraise Exception(no parentheses)
- This is buggy and only triggers with
- Maybe implementation for one of these should be scrapped with the error code aliased to the other? 🤔
- Already implemented via
-
R101: use bare raise in except handler- Already implemented via
TRY201fromtryceratops
- Already implemented via
-
R102: unnecessary parentheses on raised exception
So this plugin is mostly implemented. R102 looks like it should be a relatively easy rule to define.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pluginImplementing a known but unsupported pluginImplementing a known but unsupported plugin