Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run lint in parallel in runtest.py #14448

Merged
merged 1 commit into from
Jan 16, 2023
Merged

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jan 14, 2023

Give flake8 3 parallel processes. Previously it was sequential.

Assuming that most developers have a machine with at least 4 cores, we have at least one left for self check, which is run in parallel with lint.

Now flake8 gets 3 processes. Assuming that most developers have a
machine with at least 4 cores, we have at least one left for self
check, which is run in parallel with lint.
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit e9f5858 into master Jan 16, 2023
@JelleZijlstra JelleZijlstra deleted the runtests-lint-parallel branch January 16, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants