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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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