Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix --install-types masking failure details#17485

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hauntsaninja merged 3 commits intopython:masterfromwyattscarpenter:patch-1
Dec 30, 2024
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, seehttps://pre-commit.ci
  • Loading branch information
@pre-commit-ci
pre-commit-ci[bot] committedDec 30, 2024
commitc9df1010a2f36eb50c0a9241ed8c6e93b6c97ee3
4 changes: 3 additions & 1 deletionmypy/main.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1548,7 +1548,9 @@ def read_types_packages_to_install(cache_dir: str, after_run: bool) -> list[str]
+ "(and no cache from previous mypy run)\n"
)
else:
sys.stderr.write("error: --install-types failed (an error blocked analysis of which types to install)\n")
sys.stderr.write(
"error: --install-types failed (an error blocked analysis of which types to install)\n"
)
fnam = build.missing_stubs_file(cache_dir)
if not os.path.isfile(fnam):
# No missing stubs.
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp