diff --git a/runtests.py b/runtests.py index be4ad4add08a..ade0a8adee5e 100755 --- a/runtests.py +++ b/runtests.py @@ -50,7 +50,7 @@ # Self type check "self": [executable, "-m", "mypy", "--config-file", "mypy_self_check.ini", "-p", "mypy"], # Lint - "lint": ["flake8", "-j0"], + "lint": ["flake8", "-j3"], "format-black": ["black", "."], "format-isort": ["isort", "."], # Fast test cases only (this is the bulk of the test suite)