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: set stream to "both" #725

Merged
merged 1 commit into from
Jan 18, 2025
Merged

mypy: set stream to "both" #725

merged 1 commit into from
Jan 18, 2025

Conversation

mfussenegger
Copy link
Owner

mypy outputs the errors to stdout by default but the following
configuration options can change the behavior to output them on
stderr:

install_types = "True"
non_interactive = "True"

stream = "both" should handle both cases.

Closes #700

mypy outputs the errors to `stdout` by default but the following
configuration options can change the behavior to output them on
`stderr`:

install_types = "True"
non_interactive = "True"

`stream = "both"` should handle both cases.

Closes #700
@mfussenegger mfussenegger merged commit c9aa44f into master Jan 18, 2025
15 checks passed
@mfussenegger mfussenegger deleted the mypy branch January 18, 2025 16:15
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.

mypy with "install_types=True" and "non_interactive=True"
1 participant