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
I'd like to see a way to disable writing the values and using just the typing labels, similar to this
changeset: str
built: str
The problem I'm having is relevant for CI checks. I wanted to run the stub generation and check diff on the CI to verify the interface did not change. However, if one of these variables change with each build (e.g., the build time), the stub also changes on every build.
Is there any way how to implement this now? If there isn't, I suggest adding an option passed to the script, that would only generate the labels.
The text was updated successfully, but these errors were encountered:
For module-level attributes with constant values such as
the corresponding generated lines in the stubfile look like the following
I'd like to see a way to disable writing the values and using just the typing labels, similar to this
The problem I'm having is relevant for CI checks. I wanted to run the stub generation and check diff on the CI to verify the interface did not change. However, if one of these variables change with each build (e.g., the build time), the stub also changes on every build.
Is there any way how to implement this now? If there isn't, I suggest adding an option passed to the script, that would only generate the labels.
The text was updated successfully, but these errors were encountered: