guilatrova / tryceratops

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

Documentation for TC003 contains f-string error #56

Closed cfxegbert closed 1 year ago

cfxegbert commented 1 year ago

https://github.com/guilatrova/tryceratops/blob/fa50c2840b2ff3afc2c57d136d921b1dba54fc57/docs/violations/TC003.md?plain=1#L27

Should be: super().__init__(f"The argument '{arg}' should be even")

guilatrova commented 1 year ago

Fixed, thank you! :)