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

Tryceratops doesn't support Python 3.10 syntax #54

Closed guilatrova closed 1 year ago

guilatrova commented 2 years ago

Looks like Tryceratops raises an exception whenever it tries to read a match statement.

Maybe it can be easily fixed.