-
Notifications
You must be signed in to change notification settings - Fork 11
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
mypy w/ reviewdog (experiment) #369
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 078ebb7.
@@ -262,15 +262,15 @@ def progress_cb(output, timestamp): | |||
umask=umask, | |||
) | |||
|
|||
all_output: list[str] = [] | |||
all_output = [] |
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.
🚫 [mypy] reported by reviewdog 🐶
Need type annotation for "all_output" (hint: "all_output: List[] = ...")
Codecov Report
@@ Coverage Diff @@
## master #369 +/- ##
=======================================
Coverage 70.35% 70.35%
=======================================
Files 21 21
Lines 1882 1882
=======================================
Hits 1324 1324
Misses 558 558 Continue to review full report at Codecov.
|
5354b23
to
effff43
Compare
cf9f3ef
to
410e041
Compare
7f69eab
to
c480bb4
Compare
https://github.com/tsuyoshicho/action-mypy w/ https://github.com/reviewdog/reviewdog