We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Hera currently doesn't have great mypy integration. There are often type errors and input args/paramters are not validated at all.
Describe the solution you'd like
It would be great is hera shipped with a mypy plugin - https://mypy.readthedocs.io/en/stable/extending_mypy.html#extending-mypy-using-plugins
This would be similar to https://docs.pydantic.dev/2.0/api/mypy/
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered:
Fix mypy default args issues in Workflow (#918)
ecd0c70
**Pull Request Checklist** - [ ] Towards fixing #911 - [ ] Tests added - [ ] Documentation/examples added - [ ] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title **Description of PR** Fixes mypy linting issues with default args for mixin fields of arguments, metrics, volumes in workflow.py Signed-off-by: Max Shatkhin <[email protected]>
I wonder if #950 fixes this issue, or did you have something else in mind?
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Hera currently doesn't have great mypy integration. There are often type errors and input args/paramters are not validated at all.
Describe the solution you'd like
It would be great is hera shipped with a mypy plugin - https://mypy.readthedocs.io/en/stable/extending_mypy.html#extending-mypy-using-plugins
This would be similar to https://docs.pydantic.dev/2.0/api/mypy/
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: