Skip to content

Enable Mypy parallel type-checking #355

Description

@johnthagen

Allow this (and the --native-parser underneath it) to mature and exit experimental phase and then recommend enabling it

By default, mypy checks all modules in the same Python process. This can be slow for large code bases. Mypy offers experimental parallel type-checking mode using multiple worker processes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions