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

[Key Vault] Python 3-style typing and formatting

Open mccoyp opened this issue 3 years ago • 1 comments

Description

This updates KV packages to use Python 3-style type hints everywhere, typing for tools like mypy, and formatting such as f-strings and docstrings.

All SDK Contribution checklist:

  • [x] The pull request does not introduce [breaking changes]
  • [x] CHANGELOG is updated for new features, bug fixes or other significant changes.
  • [x] I have read the contribution guidelines.

General Guidelines and Best Practices

  • [x] Title of the pull request is clear and informative.
  • [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • [x] Pull request includes test coverage for the included changes.

mccoyp avatar Dec 29 '22 20:12 mccoyp

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-keyvault-administration azure-keyvault-certificates azure-keyvault-keys azure-keyvault-secrets

azure-sdk avatar Jan 04 '23 02:01 azure-sdk