-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Core typings * Restore mypy clean * Black it * Mypy+PyLint+Black * Remove object inheritance * dict/list are not typing before 3.9 * Runtime fixes * Forgotten List * Update _authentication.py * Replace more dict by Dict * More typing fixes * More Dict fixes * Fix List typing * Pyright Paging * Simplify some ABC import * Pylint clean-up * Fix typing for Identity * Keep 'next' in paging as this used in some Py3 code... * Form can have int values as well * Better annotations * Pylint has trouble on 3.7 * Type configuration * MatchCondition doc * PyLint happyness * Feedback from Kashif * Redesign some of the async pipeline types * Fix for 3.7 * Remove unecessary type * Feedback * Male kwarg only syntax * Correct enum doc * Full typing for CloudEvent * New feedback from Johan * More feedback * Feedback * Enabling mypy and typecheck * Improve policy typing * Improve response typing * Update sdk/core/azure-core/azure/core/pipeline/policies/_authentication.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/core/azure-core/azure/core/_pipeline_client_async.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/core/azure-core/azure/core/_pipeline_client_async.py Co-authored-by: Anna Tisch <[email protected]> * Feedback * Black * Enum typing * Remove init for better typing * Fix typing * PyLint --------- Co-authored-by: Anna Tisch <[email protected]>
- Loading branch information
Showing
43 changed files
with
913 additions
and
873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.