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

Turn off pre-commit's automated multiprocessing #38

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

peterjc
Copy link
Contributor

@peterjc peterjc commented Aug 15, 2020

Since the doc8 output includes a summary footer, this appears multiple times if pre-commit has run multiple copies of doc8 in parallel.

(This change would also be recommended if doc8 had its own multi-threading support, but I am unsure if that is the case)

Since the doc8 output includes a summary footer, this appears multiple times if pre-commit has run multiple copies of doc8 in parallel.
@peterjc
Copy link
Contributor Author

peterjc commented Aug 15, 2020

An alternative workaround for the end user:

-   repo: https://github.com/PyCQA/doc8
    rev: 0.8.1
    hooks:
    -   id: doc8
        args: [--quiet]

@ssbarnea ssbarnea added the enhancement This issue/PR relates to a feature request. label Aug 15, 2020
@ssbarnea ssbarnea merged commit 4bbe14f into PyCQA:master Aug 15, 2020
@peterjc peterjc deleted the patch-1 branch July 19, 2021 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue/PR relates to a feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants