-
Notifications
You must be signed in to change notification settings - Fork 30
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
TDL-6737 added pylint and resolved the errors #87
Merged
namrata270998
merged 23 commits into
TDL-10048-Improve-BingAds-Reliability
from
TDL-6737-add-pylint-to-tap-tester
Dec 22, 2021
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1b1fcf6
added pylint and resolved the errors
namrata270998 7fcd83f
added pylint in the setup.py
namrata270998 9251bdc
corrected the pylint command
namrata270998 cb15949
added package name
namrata270998 0857924
replaced dev with test in pip install
namrata270998 d1b1482
resolved the comments
namrata270998 77cbfd6
removed f-string
namrata270998 2d3d110
Added covergae report to artifact
prijendev ebe6c38
removed unittest case report
prijendev d69a23a
removed config file changes
prijendev 0523a2f
revert back config.yml file changes
prijendev a448d21
Added back pylint in circleci
prijendev b752958
resolved pylint error
prijendev c4f87b9
resolved comments
namrata270998 ea74d52
Merge branch 'TDL-6737-add-pylint-to-tap-tester' of https://github.co…
namrata270998 27cc866
removed str
namrata270998 63a813d
removed logger statements
namrata270998 f3ff26a
Merge branch 'TDL-10048-Improve-BingAds-Reliability' of https://githu…
namrata270998 77a0eea
added consider-using-f-string in config.yml
namrata270998 a59b032
resolved comments
namrata270998 e8c58ff
Merge branch 'TDL-10048-Improve-BingAds-Reliability' of https://githu…
prijendev 5b9d313
resolved pylint errors
prijendev fd066e9
pylint fixtures
prijendev 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ | |
'backoff==1.8.0', | ||
], | ||
extras_require={ | ||
'test': [ | ||
'pylint' | ||
], | ||
'dev': [ | ||
'ipdb' | ||
] | ||
|
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the difference between what was before and the changes done?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have removed
format
and used%s
instead, as pylint was throwing error forformat