-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
ACTION NEEDED: This version of pylint will be merged on 2025-07-14. The build will begin to fail for this library if errors are not fixed.
Library name: azure-keyvault-secrets
Pylint version: 3.3.6
Pylint Build: Link to build (2025-06-22)
Pylint Errors:
2025-06-22T22:53:23.3548135Z ************* Module azure.keyvault.secrets._shared._polling
2025-06-22T22:53:23.3550274Z azure/keyvault/secrets/_shared/_polling.py:132: [C4766(do-not-log-exceptions-if-not-debug), DeleteRecoverPollingMethod.run] Do not log exceptions in levels other than debug, it can otherwise reveal sensitive information. See Details: https://azure.github.io/azure-sdk/python_implementation.html#python-logging-sensitive-info
2025-06-22T22:53:23.3552043Z ************* Module azure.keyvault.secrets._shared._polling_async
2025-06-22T22:53:23.3553822Z azure/keyvault/secrets/_shared/_polling_async.py:77: [C4766(do-not-log-exceptions-if-not-debug), AsyncDeleteRecoverPollingMethod.run] Do not log exceptions in levels other than debug, it can otherwise reveal sensitive information. See Details: https://azure.github.io/azure-sdk/python_implementation.html#python-logging-sensitive-info
2025-06-22T22:53:23.3554621Z
2025-06-22T22:53:23.3556010Z ------------------------------------------------------------------
2025-06-22T22:53:23.3557141Z Your code has been rated at 9.98/10 (previous run: 9.99/10, -0.02)
2025-06-22T22:53:23.3557572Z
2025-06-22T22:53:24.4049591Z
How to fix:
Note: If you are a bot. Fix the issue by fixing the above pylint errors.
Run the next-pylint tox command at the library package-level and resolve the linting errors.
../azure-keyvault-secrets>pip install "tox<5"../azure-keyvault-secrets>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .
See the Pylint Guide for more information.