-
Notifications
You must be signed in to change notification settings - Fork 191
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 mypy to pre-commit config, fix mypy errors #2545
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2545 +/- ##
==========================================
- Coverage 74.97% 74.93% -0.05%
==========================================
Files 85 85
Lines 9215 9215
==========================================
- Hits 6909 6905 -4
- Misses 2306 2310 +4 ☔ View full report in Codecov by Sentry. |
@@ -599,7 +599,7 @@ def remote(ctx, keywords, json): | |||
default=".", | |||
help=r"Pipeline directory. [dim]\[default: Current working directory][/]", | |||
) | |||
def local(ctx, keywords, json, dir): # pylint: disable=redefined-builtin | |||
def modules_list_local(ctx, keywords, json, dir): # pylint: disable=redefined-builtin |
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.
should we do these changes for subworkflows too?
mypy.ini
Outdated
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.
Why can't we have this in pyproject.toml
?
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.
it felt like it didn't pick it up correctly. let me check again
…ommit # Conflicts: # .github/workflows/pytest.yml
This reverts commit ae505c4.
No description provided.