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-schemaregistry-avroencoder
Pylint version: 3.3.6
Pylint Build: Link to build (2025-07-13)
Pylint Errors:
2025-07-13T19:33:55.1784704Z ************* Module schemaregistry.encoder.avroencoder.aio._async_lru
2025-07-13T19:33:55.1786056Z azure/schemaregistry/encoder/avroencoder/aio/_async_lru.py:54: [C4769(do-not-use-logging-exception), _done_callback] Do not use Exception level logging. This can cause sensitive information to get leaked.
2025-07-13T19:33:55.1786429Z
2025-07-13T19:33:55.1786922Z -------------------------------------------------------------------
2025-07-13T19:33:55.1787424Z Your code has been rated at 9.97/10 (previous run: 10.00/10, -0.02)
2025-07-13T19:33:55.1787656Z
2025-07-13T19:33:56.2658996Z
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-schemaregistry-avroencoder>pip install "tox<5"
../azure-schemaregistry-avroencoder>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .
See the Pylint Guide for more information.