guilatrova / tryceratops

A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
MIT License
427 stars 25 forks source link

Autofix violations #27

Closed guilatrova closed 3 years ago

guilatrova commented 3 years ago

Implemented --autofix option for 3 violations: TC201, TC200, TC400