-
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
🔧Add more QA tools for parts of glotaran #739
Conversation
modules that will be checked are: - utils - plugin_system - deprecation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.03%.
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! |
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.
Lgtm
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## staging #739 +/- ##
=======================================
Coverage 79.3% 79.3%
=======================================
Files 83 83
Lines 4127 4127
Branches 720 720
=======================================
Hits 3274 3274
Misses 728 728
Partials 125 125
Continue to review full report at Codecov.
|
Benchmark is done. Checkout the benchmark result page. Benchmark diff
|
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.
LGTM
* 🔧 Allowed mypy to run on a subset of glotaran modules that will be checked are: - utils - plugin_system - deprecation * 🔧 Partially activated docstring QA tools and fixed issues modules that will be checked are: - utils - plugin_system - deprecation
* 🔧 Allowed mypy to run on a subset of glotaran modules that will be checked are: - utils - plugin_system - deprecation * 🔧 Partially activated docstring QA tools and fixed issues modules that will be checked are: - utils - plugin_system - deprecation
* 🔧 Allowed mypy to run on a subset of glotaran modules that will be checked are: - utils - plugin_system - deprecation * 🔧 Partially activated docstring QA tools and fixed issues modules that will be checked are: - utils - plugin_system - deprecation
* 🔧 Allowed mypy to run on a subset of glotaran modules that will be checked are: - utils - plugin_system - deprecation * 🔧 Partially activated docstring QA tools and fixed issues modules that will be checked are: - utils - plugin_system - deprecation
Adds the QA tools pydocstyle, darglint and mypy for the glotaran subpackages
plugin_system
,utils
anddeprecation
.This way we can activate them step by step for each module when it is up to standard.
Change summary
mypy
for^glotaran/(plugin_system|utils|deprecation)
pydocstyle
for^glotaran/(plugin_system|utils|deprecation)
darglint
for^glotaran/(plugin_system|utils|deprecation)
Checklist