This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k
stars
2.84k
forks
source link
azure-digitaltwins-core needs typing updates for mypy version 1.13.0 #32819
ACTION NEEDED: This version of mypy will be merged on 2025-01-13. The build will begin to fail for this library if errors are not fixed.
Library name: azure-digitaltwins-core
Mypy version: 1.13.0
Mypy errors:Link to build (2024-11-24)How to fix: Run the next-mypy tox command at the library package-level and resolve the typing errors.
1) ../azure-digitaltwins-core>pip install "tox<5"
2) ../azure-digitaltwins-core>tox run -e next-mypy -c ../../../eng/tox/tox.ini --root .
ACTION NEEDED: This version of mypy will be merged on 2025-01-13. The build will begin to fail for this library if errors are not fixed.
Library name: azure-digitaltwins-core Mypy version: 1.13.0 Mypy errors: Link to build (2024-11-24) How to fix: Run the
next-mypy
tox command at the library package-level and resolve the typing errors. 1)../azure-digitaltwins-core>pip install "tox<5"
2)../azure-digitaltwins-core>tox run -e next-mypy -c ../../../eng/tox/tox.ini --root .
See the Typing Guide for more information.