-
-
Notifications
You must be signed in to change notification settings - Fork 972
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
fix errors [#27, #30, #32, #37] #40
Conversation
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.
Some things to consider. View full project report here.
@@ -0,0 +1,28 @@ | |||
# edit this file with your veriable if you'r deploy bot via locally | vps | |||
|
|||
class Config(object): |
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.
class Config(object): | |
class Config: |
Config
inherits from object
by default, so explicitly inheriting from object is redundant. Removing it keeps the code simpler. Read more.
Sourcery Code Quality Report✅ Merging this PR will increase code quality in the affected files by 1.39%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
This pull request introduces 9 alerts and fixes 9 when merging d3b34d2 into 51048df - view on LGTM.com new alerts:
fixed alerts:
|
tring to fix error About [#27, #30, #32, #37]