mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +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
|
entry: flake8
|
||||||
language: python
|
language: python
|
||||||
types: [python]
|
types: [python]
|
||||||
|
require_serial: true
|
||||||
- id: forbid-new-submodules
|
- id: forbid-new-submodules
|
||||||
name: Forbid new submodules
|
name: Forbid new submodules
|
||||||
language: python
|
language: python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue