jdrouet / mrml

Implementation of mjml in rust
MIT License
322 stars 19 forks source link

feat(mrml-python): add a Python types stub file #413

Closed blopker closed 2 months ago

blopker commented 2 months ago

Fix for #412

All the test files now lint correctly with Pylance in VSCode. 🎉

jdrouet commented 2 months ago

👍 Thanks for this, that's amazing! I reorganized your commits and started the build but this looks good to merge when the CI will be ok with it.

blopker commented 2 months ago

Great! Thanks for the merge. I think the doc strings leave some room for improvement, but good enough for now.