Skip to content

mypy w/ reviewdog (experiment) #369

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

mypy w/ reviewdog (experiment) #369

wants to merge 2 commits into from

Conversation

@@ -262,15 +262,15 @@ def progress_cb(output, timestamp):
umask=umask,
)

all_output: list[str] = []
all_output = []

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
Copy link

codecov bot commented May 30, 2022

Codecov Report

Merging #369 (26ef6e8) into master (7e24050) will not change coverage.
The diff coverage is n/a.

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e24050...26ef6e8. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant