-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
Run mypy in Key Vault CI #19158
Milestone
Comments
chlowell
added
KeyVault
Client
This issue points to a problem in the data-plane of the library.
labels
Jun 8, 2021
For reference: to run mypy for a package (e.g. |
Steps to resolve: For each package:
[mypy]
python_version = 3.6
warn_unused_configs = True
ignore_missing_imports = True
[mypy-azure.keyvault.*._generated.*]
ignore_errors = True |
This was referenced Sep 1, 2021
Fixed. |
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-python
that referenced
this issue
May 20, 2022
Update readme.python.md (Azure#19158)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fix current errors and add packages to mypy_hard_failure_packages.py:
The text was updated successfully, but these errors were encountered: