-
Notifications
You must be signed in to change notification settings - Fork 3k
Communication Identity | Fixed next-pylint and mypy errors #30970
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
Communication Identity | Fixed next-pylint and mypy errors #30970
Conversation
/azp run python - azure-communication-identity - tests |
/azp run python - azure-communication-identity - tests-weekly |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
API change check APIView has identified API level changes in this PR and created following API reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the pylint side for azure-communication-identity it looks good! A few small comments :)
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/policy.py
Outdated
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/policy.py
Outdated
Show resolved
Hide resolved
...ication/azure-communication-identity/azure/communication/identity/_shared/user_credential.py
Outdated
Show resolved
Hide resolved
.../azure-communication-identity/azure/communication/identity/_communication_identity_client.py
Show resolved
Hide resolved
...ation/azure-communication-identity/azure/communication/identity/_shared/auth_policy_utils.py
Outdated
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py
Outdated
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/policy.py
Show resolved
Hide resolved
.../azure-communication-identity/azure/communication/identity/_communication_identity_client.py
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/policy.py
Show resolved
Hide resolved
sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py
Show resolved
Hide resolved
…-python into code_formatters_mypy_pylint_updates
Description
Made changes to improve Communication Identity modality code by running below formatters :
Next-Pylint :
tox run -e next-pylint -c eng/tox/tox.ini --root .\sdk\communication\azure-communication-identity
Your code has been rated at 10.00/10
Mypy :
mypy .\azure\communication\identity\
Success: no issues found in 35 source files
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines