azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

azure-defender-easm needs typing updates for pyright version 1.1.371

Open azure-sdk opened this issue 2 years ago • 0 comments

ACTION NEEDED: This version of pyright will be merged on 2025-01-13. The build will begin to fail for this library if errors are not fixed.

Library name: azure-defender-easm Pyright version: 1.1.371 Pyright errors: Link to build (2024-10-20) How to fix: Run the next-pyright tox command at the library package-level and resolve the typing errors.

  1. ../azure-defender-easm>pip install "tox<5"
  2. ../azure-defender-easm>tox run -e next-pyright -c ../../../eng/tox/tox.ini --root .

See the Typing Guide for more information.

azure-sdk avatar Nov 19 '23 10:11 azure-sdk