mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
455fc07ad9
commit
cc295879b8
2 changed files with 3 additions and 3 deletions
|
|
@ -175,9 +175,9 @@ def xargs(
|
|||
)
|
||||
if dry_run:
|
||||
for run_cmd in partitions:
|
||||
print("DRY RUN EXEC: ", " ".join(run_cmd))
|
||||
print('DRY RUN EXEC: ', ' '.join(run_cmd))
|
||||
retcode = 0
|
||||
stdout = b""
|
||||
stdout = b''
|
||||
else:
|
||||
threads = min(len(partitions), target_concurrency)
|
||||
with _thread_mapper(threads) as thread_map:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue