Skip to content
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

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

tony
Copy link
Member

@tony tony commented May 30, 2022

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

@tony tony force-pushed the master branch 3 times, most recently from 5354b23 to effff43 Compare July 13, 2022 21:24
@tony tony force-pushed the master branch 4 times, most recently from cf9f3ef to 410e041 Compare May 27, 2023 13:25
@tony tony force-pushed the master branch 2 times, most recently from 7f69eab to c480bb4 Compare November 24, 2024 15:12
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