Turn off pre-commit's automated multiprocessing for flake8

flake8 internally implements multiprocessing, disabling pre-commit's improves performance
This commit is contained in:
Anthony Sottile
2019-01-27 09:25:18 -08:00
committed by GitHub
parent 7b8d15f438
commit 2c29916456

View File

@@ -136,6 +136,7 @@
entry: flake8
language: python
types: [python]
require_serial: true
- id: forbid-new-submodules
name: Forbid new submodules
language: python