Merge pull request #358 from pre-commit/asottile-patch-1

Turn off pre-commit's automated multiprocessing for flake8
This commit is contained in:
Anthony Sottile 2019-01-27 09:35:23 -08:00 committed by GitHub
commit 7456565cab
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