-
Notifications
You must be signed in to change notification settings - Fork 18
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
🔧 Make mypy and doc string linters opt out instead of opt in #1173
Conversation
🧹 Used toml formatter
When using count yesqa crashes due to tuple unpacking when splitting on '\t'
Sourcery Code Quality ReportMerging this PR leaves code quality unchanged.
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! |
Codecov ReportBase: 87.6% // Head: 87.6% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1173 +/- ##
=====================================
Coverage 87.6% 87.6%
=====================================
Files 103 103
Lines 4896 4898 +2
Branches 806 806
=====================================
+ Hits 4289 4291 +2
Misses 489 489
Partials 118 118
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request fixes 1 alert when merging b9cb524 into ece973f - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 4fffe9c into ece973f - view on LGTM.com fixed alerts:
|
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.
Small stylistic improvements.
Co-authored-by: Joris Snellenburg <jsnel@users.noreply.github.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request fixes 1 alert when merging a880ed9 into ece973f - view on LGTM.com fixed alerts:
|
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.
Thanks for incorporating the suggested changes! LGTM.
Changed the
mypy
andflake8-docs
pre-commit hooks to be opt out instead of opt in and fixed some docstring and typing issues along the way.Change summary
Checklist
Closes issues
closes #1001