Skip to content

Commit 2c29916

Browse files
authored
Turn off pre-commit's automated multiprocessing for flake8
flake8 internally implements multiprocessing, disabling pre-commit's improves performance
1 parent 7b8d15f commit 2c29916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
entry: flake8
137137
language: python
138138
types: [python]
139+
require_serial: true
139140
- id: forbid-new-submodules
140141
name: Forbid new submodules
141142
language: python

0 commit comments

Comments
 (0)