mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-14 17:41:45 +04:00
lint fix
This commit is contained in:
parent
8fd50fcc98
commit
0287f07421
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class Store:
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue