Closed
Description
In PR #4396 flush_errors parameter was added to type_check_only function from main.py:
def type_check_only(sources: List[BuildSource], bin_dir: Optional[str], options: Options, flush_errors: Optional[Callable[[List[str], bool], None]]) -> BuildResult:
But flush_errors parameter doesn't have the default value (I assume it should be None).
Metadata
Metadata
Assignees
Labels
No labels