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
[stubgen] Added a new --exclude-values flag (#1185)
The flag forces all values to be rendered as ..., which is usually what
you want in a .pyi file.
The motivating use-case in JAX was version attributes, which are currently
rendered as
foo_version: int = 42
so every version bump will be unnecessarily reflected in the .pyis.
0 commit comments