Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2024
1 parent 871e0d0 commit c9df101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mypy/main.py
Original file line number Diff line number Diff 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

0 comments on commit c9df101

Please sign in to comment.