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
The jaxsim package is widely type hinted, however at the moment it's only useful while developing for IDE suggestions. It would be great if, slowly, we can start having mypy running at least on the jaxsim.api package.
The starting point is not that easy. I get ~200 errors.
After trying some alternatives, I've found pyright to be easier to understand and use than mypy. Nevertheless, a faster and even clearer alternative could be pylyzer, whose logging output is similar to the one reported by ruff. The only drawback is that the installation requires cargo as the version on PyPI cannot install ERG
Awesome, if ruff gains support of a static type checker, it'd be great exploiting it. We don't need many features, something quite basic could work at least in the beginning.
The
jaxsim
package is widely type hinted, however at the moment it's only useful while developing for IDE suggestions. It would be great if, slowly, we can start havingmypy
running at least on thejaxsim.api
package.The starting point is not that easy. I get ~200 errors.
The text was updated successfully, but these errors were encountered: