You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be feasible to add type hints for all or part of the code? For example, if I call the .render() method on a document, mypy infers the return type as Any and complains when I try to use it as a string.
Also, thanks for all your work on this library! Using it makes code so much cleaner and more readable than ad-hoc implementations.
The text was updated successfully, but these errors were encountered:
Hello,
Would it be feasible to add type hints for all or part of the code? For example, if I call the
.render()
method on adocument
, mypy infers the return type asAny
and complains when I try to use it as a string.Also, thanks for all your work on this library! Using it makes code so much cleaner and more readable than ad-hoc implementations.
The text was updated successfully, but these errors were encountered: