Closed cfxegbert closed 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")
super().__init__(f"The argument '{arg}' should be even")
Fixed, thank you! :)
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")