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
This issue is about introducing mypy as part of the tox run, for both vanilla and azure. This means:
mypy should be run on both the generated code and the unittests (both Expected and AcceptanceTests folder)
Build should be clean with no errors. This might require update of annotations in msrest and msrestazure to solve some of them. https://github.com/Azure/msrest-for-python/ https://github.com/Azure/msrestazure-for-python/
The text was updated successfully, but these errors were encountered:
Fixed in #288
Sorry, something went wrong.
No branches or pull requests
This issue is about introducing mypy as part of the tox run, for both vanilla and azure. This means:
mypy should be run on both the generated code and the unittests (both Expected and AcceptanceTests folder)
Build should be clean with no errors. This might require update of annotations in msrest and msrestazure to solve some of them.
https://github.com/Azure/msrest-for-python/
https://github.com/Azure/msrestazure-for-python/
The text was updated successfully, but these errors were encountered: