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 Jul 28, 2024
1 parent 8e657da commit 367d75d
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 @@ -173,7 +173,9 @@ def main(
)
stdout.write(summary + "\n")
if n_errors >= 100 and not options.write_baseline:
stdout.write("That's a lot of errors, perhaps you would want to write an error baseline (`--write-baseline`)\n")
stdout.write(
"That's a lot of errors, perhaps you would want to write an error baseline (`--write-baseline`)\n"
)
# Only notes should also output success
elif not messages or n_notes == len(messages):
stdout.write(formatter.format_success(len(sources), options.color_output) + "\n")
Expand Down

0 comments on commit 367d75d

Please sign in to comment.