You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-05-25T23:04:04.6368085Z ************* Module azure.eventhub.extensions.checkpointstoreblob._blobstoragecs
2025-05-25T23:04:04.6371303Z azure/eventhub/extensions/checkpointstoreblob/_blobstoragecs.py:199: [C4766(do-not-log-exceptions-if-not-debug), BlobCheckpointStore._claim_one_partition] 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-05-25T23:04:04.6374222Z azure/eventhub/extensions/checkpointstoreblob/_blobstoragecs.py:256: [C4766(do-not-log-exceptions-if-not-debug), BlobCheckpointStore.list_ownership] 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-05-25T23:04:04.6376088Z azure/eventhub/extensions/checkpointstoreblob/_blobstoragecs.py:256: [C4762(do-not-log-raised-errors), BlobCheckpointStore.list_ownership] Do not log an exception that you re-raise 'as-is'
2025-05-25T23:04:04.6376628Z
2025-05-25T23:04:04.6377515Z ------------------------------------------------------------------
2025-05-25T23:04:04.6378756Z Your code has been rated at 9.77/10 (previous run: 9.96/10, -0.19)
2025-05-25T23:04:04.6379164Z
2025-05-25T23:04:05.5914699Z
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.
Uh oh!
There was an error while loading. Please reload this page.
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-eventhub-checkpointstoreblob
Pylint version: 3.3.6
Pylint Build: Link to build (2025-05-25)
Pylint Errors:
2025-05-25T23:04:04.6368085Z ************* Module azure.eventhub.extensions.checkpointstoreblob._blobstoragecs
2025-05-25T23:04:04.6371303Z azure/eventhub/extensions/checkpointstoreblob/_blobstoragecs.py:199: [C4766(do-not-log-exceptions-if-not-debug), BlobCheckpointStore._claim_one_partition] 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-05-25T23:04:04.6374222Z azure/eventhub/extensions/checkpointstoreblob/_blobstoragecs.py:256: [C4766(do-not-log-exceptions-if-not-debug), BlobCheckpointStore.list_ownership] 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-05-25T23:04:04.6376088Z azure/eventhub/extensions/checkpointstoreblob/_blobstoragecs.py:256: [C4762(do-not-log-raised-errors), BlobCheckpointStore.list_ownership] Do not log an exception that you re-raise 'as-is'
2025-05-25T23:04:04.6376628Z
2025-05-25T23:04:04.6377515Z ------------------------------------------------------------------
2025-05-25T23:04:04.6378756Z Your code has been rated at 9.77/10 (previous run: 9.96/10, -0.19)
2025-05-25T23:04:04.6379164Z
2025-05-25T23:04:05.5914699Z
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-eventhub-checkpointstoreblob>pip install "tox<5"
../azure-eventhub-checkpointstoreblob>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .
See the Pylint Guide for more information.
The text was updated successfully, but these errors were encountered: