-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix Pylint warnings for the new checkers #26269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ostoliarova-msft
merged 25 commits into
Azure:main
from
ostoliarova-msft:ostoliarova/sdk-communication/pylint_warnings
Oct 25, 2022
Merged
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7a84f54
fixing lint issues
olena-stoliarova 02e7819
Merge branch 'main' of https://github.com/ostoliarova-msft/azure-sdk-…
olena-stoliarova 0fb4e07
fixing imports for phone numbers clients
olena-stoliarova a2b2897
regenerating sms and chat clients
olena-stoliarova b969f15
fixing failing tests
olena-stoliarova b0f3aa7
specifying exact commit for chat swagger
olena-stoliarova a5539f4
Merge branch 'main' of https://github.com/ostoliarova-msft/azure-sdk-…
olena-stoliarova e8f1fc3
making comments more precise and fixing pylint warnings for jobrouter
olena-stoliarova 69c409c
fixing long lines in comments
olena-stoliarova bd4e29e
Merge branch 'main' of https://github.com/ostoliarova-msft/azure-sdk-…
olena-stoliarova ceef55f
regenerate chat with new autorest version
olena-stoliarova aca2c40
regenerate phonenumbers code with new autorest
olena-stoliarova 52f94ad
Merge branch 'main' of https://github.com/ostoliarova-msft/azure-sdk-…
olena-stoliarova edd1bf3
Merge branch 'main' of https://github.com/ostoliarova-msft/azure-sdk-…
olena-stoliarova 508267f
rollback changes for sms modality
olena-stoliarova 0b3e3a5
rollback changes for sms modality
olena-stoliarova 49913f3
rollback changes for sms modality
olena-stoliarova e3d64fe
add missing versions file
olena-stoliarova 9417329
Merge branch 'main' of https://github.com/ostoliarova-msft/azure-sdk-…
olena-stoliarova 4f27c29
move to correct directory
olena-stoliarova 559bf7e
fixing lint error
olena-stoliarova 31b5b8d
update changelogs
olena-stoliarova e548305
rollback chat changes
olena-stoliarova 212e2e0
rollback chat changes
olena-stoliarova 722b360
rollback chat changes
olena-stoliarova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
sdk/communication/azure-communication-chat/azure/communication/chat/_api_versions.py
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ------------------------------------ | ||
# Copyright (c) Microsoft Corporation. | ||
# Licensed under the MIT License. | ||
# ------------------------------------ | ||
|
||
from enum import Enum | ||
from azure.core import CaseInsensitiveEnumMeta | ||
|
||
|
||
class ApiVersion(str, Enum, metaclass=CaseInsensitiveEnumMeta): | ||
V2021_09_07 = "2021-09-07" | ||
|
||
|
||
DEFAULT_VERSION = ApiVersion.V2021_09_07 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.