mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Turn off pre-commit's automated multiprocessing for flake8
flake8 internally implements multiprocessing, disabling pre-commit's improves performance
This commit is contained in:
parent
7b8d15f438
commit
2c29916456
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@
|
|||
entry: flake8
|
||||
language: python
|
||||
types: [python]
|
||||
require_serial: true
|
||||
- id: forbid-new-submodules
|
||||
name: Forbid new submodules
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue