Turn off pre-commit's automated multiprocessing

flake8 internally implements multiprocessing, disabling pre-commit's improves performance
This commit is contained in:
Anthony Sottile 2019-01-27 17:24:09 +00:00
parent f38f274e76
commit 535775e646

View file

@ -4,3 +4,4 @@
entry: flake8
language: python
types: [python]
require_serial: true