URL: http://github.com/pre-commit/pre-commit/pull/3617.patch
depth=1', check=False, + ) git_cmd('checkout', 'FETCH_HEAD') git_cmd( '-c', git_config, 'submodule', 'update', '--init', '--recursive', From 0287f07421433d9da45ded22c75803ac2def46cb Mon Sep 17 00:00:00 2001 From: gnought <1684105+gnought@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:10:43 +0800 Subject: [PATCH 7/7] lint fix --- pre_commit/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/store.py b/pre_commit/store.py index 96591af2f..65caa2c0b 100644 --- a/pre_commit/store.py +++ b/pre_commit/store.py @@ -203,7 +203,7 @@ def clone_strategy(directory: str) -> None: git.init_repo(directory, repo) env = git.no_git_env() - def _git_cmd(*args: str, check=True) -> None: + def _git_cmd(*args: str, check: bool = True) -> None: cmd_output_b('git', *args, cwd=directory, env=env, check=check) try:Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: