We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc40bc commit 8dd05c9Copy full SHA for 8dd05c9
1 file changed
pre_commit/xargs.py
@@ -106,6 +106,7 @@ def _thread_mapper(maxsize):
106
def xargs(cmd, varargs, **kwargs):
107
"""A simplified implementation of xargs.
108
109
+ color: Make a pty if on a platform that supports it
110
negate: Make nonzero successful and zero a failure
111
target_concurrency: Target number of partitions to run concurrently
112
"""
0 commit comments