Merge branch 'asottile-patch-1' into 'master'

Turn off pre-commit's automated multiprocessing

See merge request pycqa/flake8!284
This commit is contained in:
Anthony Sottile 2019-01-28 02:50:31 +00:00
commit 1d167a7d36

View file

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