From 2c2991645675a1d6dcd554c7546660e90228634f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 27 Jan 2019 09:25:18 -0800 Subject: [PATCH] Turn off pre-commit's automated multiprocessing for flake8 flake8 internally implements multiprocessing, disabling pre-commit's improves performance --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5157783..bd1b673 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -136,6 +136,7 @@ entry: flake8 language: python types: [python] + require_serial: true - id: forbid-new-submodules name: Forbid new submodules language: python