Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information