guilatrova / tryceratops

A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Exception Rule: Useless Try / Except statement

Skylion007 opened this issue · comments

This is a rule proposal originally made in the ruff repository that seems like it would be a good fit here. The full discussion can be found on this issue: astral-sh/ruff#4308