diff --git a/pre_commit/xargs.py b/pre_commit/xargs.py index 4c3ddacf..f48f3136 100644 --- a/pre_commit/xargs.py +++ b/pre_commit/xargs.py @@ -106,6 +106,7 @@ def _thread_mapper(maxsize): def xargs(cmd, varargs, **kwargs): """A simplified implementation of xargs. + color: Make a pty if on a platform that supports it negate: Make nonzero successful and zero a failure target_concurrency: Target number of partitions to run concurrently """