python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
799 stars 111 forks source link

Added format_exception to recursive calls of transform_error. [#389] #390

Closed BEllis closed 1 year ago

BEllis commented 1 year ago

Fix for #389

Tinche commented 1 year ago

Good work, let's get the Black reformat in so we lint and get this merged!

BEllis commented 1 year ago

Sorry, thought I'd ran the linter. I'll fix it now.

BEllis commented 1 year ago

@Tinche done

Tinche commented 1 year ago

Great, thanks!