mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
perform autoupdate without Store contention
This commit is contained in:
parent
27d77fc8bc
commit
4f045cbc21
4 changed files with 71 additions and 66 deletions
|
|
@ -368,7 +368,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
|||
|
||||
if args.command == 'autoupdate':
|
||||
return autoupdate(
|
||||
args.config, store,
|
||||
args.config,
|
||||
tags_only=not args.bleeding_edge,
|
||||
freeze=args.freeze,
|
||||
repos=args.repos,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue