Jacob Lee
Jacob Lee
Thanks for the solution. How about adding some parameters like `from_root=True` then it can marshal using whole obj..?
Thanks @potiuk . I found the failing test was successful : ``` > pre-commit run --hook-stage manual trailing-whitespace --all-files --verbose Remove trailing whitespace at end of line................................Passed - hook id:...
I tried to run `pre-commit run --all-files` command, but stuck with this phase : ``` Run mypy for providers.............................................................Failed - hook id: mypy-providers - exit code: 2 Using 'uv' to...
Finally passed :) Yay~
+1 having the same issue