Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c0b21 commit a3dfd50Copy full SHA for a3dfd50
1 file changed
mypy_primer/projects.py
@@ -66,7 +66,7 @@ def get_projects() -> list[Project]:
66
projects = [
67
Project(
68
location="https://github.com/python/mypy",
69
- mypy_cmd="{mypy} --config-file mypy_self_check.ini -p mypy -p mypyc",
+ mypy_cmd="{mypy} --config-file mypy_self_check.ini --num-workers=0 -p mypy -p mypyc",
70
pyright_cmd="{pyright} {paths}",
71
paths=["mypy", "mypyc"],
72
deps=["pytest", "types-psutil", "types-setuptools", "filelock", "tomli"],
0 commit comments