-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fixed code quality issues #311
Conversation
Signed-off-by: shubhendra <withshubh@gmail.com>
Signed-off-by: shubhendra <withshubh@gmail.com>
Signed-off-by: shubhendra <withshubh@gmail.com>
Signed-off-by: shubhendra <withshubh@gmail.com>
Signed-off-by: shubhendra <withshubh@gmail.com>
… statement Signed-off-by: shubhendra <withshubh@gmail.com>
Signed-off-by: shubhendra <withshubh@gmail.com>
Hi @withshubh , can you double check your modification since it seems the unit test failed. You can run the unit test with |
Hey @Derek-Wds 👋 The fixes in this PR were made using DeepSource Auto-fix feature. Can you give DeepSource a try on this repo? ✨ Activating analysis will help you to continuously analyze the repo for code quality issues and you can fix most of the fix using auto-fix feature. |
Hi @you-n-g @Derek-Wds 👋 Did you try out DeepSource? I'd like to get your feedback ✨ |
Hi @withshubh |
@withshubh It has been installed here |
Description
Hi 👋
I ran the DeepSource analysis on the forked copy of this repo and found some interesting code quality issues.
Motivation and Context
Some of the issues I have fixed boost minor performance and a few removes the anti-patterns in code.
Types of changes
Summary of changes
else
/elif
whenif
block has acontinue
statementnot