Skip to content

Commit 0287f07

Browse files
committed
lint fix
1 parent 8fd50fc commit 0287f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def clone_strategy(directory: str) -> None:
203203
git.init_repo(directory, repo)
204204
env = git.no_git_env()
205205

206-
def _git_cmd(*args: str, check=True) -> None:
206+
def _git_cmd(*args: str, check: bool = True) -> None:
207207
cmd_output_b('git', *args, cwd=directory, env=env, check=check)
208208

209209
try:

0 commit comments

Comments
 (0)