-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
ACTION NEEDED: This version of pylint will be merged on 2025-10-13. The build will begin to fail for this library if errors are not fixed.
Library name: azure-ai-documentintelligence
Pylint version: 3.3.6
Pylint Build: Link to build (2025-07-19)
Pylint Errors:
2025-07-19T14:33:03.3759346Z ************* Module azure.ai.documentintelligence._model_base
2025-07-19T14:33:03.3760598Z azure/ai/documentintelligence/_model_base.py:636: [E1101(no-member), Model._deserialize] Class 'Model' has no 'mapping' member
2025-07-19T14:33:03.3761058Z
2025-07-19T14:33:03.3761437Z -----------------------------------
2025-07-19T14:33:03.3761878Z Your code has been rated at 9.99/10
2025-07-19T14:33:03.3762110Z
2025-07-19T14:33:05.0359937Z
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-ai-documentintelligence>pip install "tox<5"
../azure-ai-documentintelligence>tox run -e next-pylint -c ../../../eng/tox/tox.ini --root .
See the Pylint Guide for more information.