-
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-keys
Pylint version: 3.3.6
Pylint Build: Link to build (2025-06-22)
Pylint Errors:
2025-06-22T22:52:50.3226047Z ************* Module azure.keyvault.keys._shared._polling
2025-06-22T22:52:50.3228488Z azure/keyvault/keys/_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:52:50.3229993Z ************* Module azure.keyvault.keys._shared._polling_async
2025-06-22T22:52:50.3231482Z azure/keyvault/keys/_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:52:50.3232310Z
2025-06-22T22:52:50.3233345Z ------------------------------------------------------------------
2025-06-22T22:52:50.3241990Z Your code has been rated at 9.99/10 (previous run: 9.97/10, +0.02)
2025-06-22T22:52:50.3242506Z
2025-06-22T22:52:51.6431539Z
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-keys>pip install "tox<5"../azure-keyvault-keys>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .
See the Pylint Guide for more information.