From 535775e646258428fb922ef6f15e46d268cd4789 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 27 Jan 2019 17:24:09 +0000 Subject: [PATCH] Turn off pre-commit's automated multiprocessing 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 ef8015e..07cf0bf 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,3 +4,4 @@ entry: flake8 language: python types: [python] + require_serial: true