Skip to content

Commit

Permalink
Merge pull request #2564 from mattp-/main
Browse files Browse the repository at this point in the history
allow GIT_ASKPASS as a pass through env var
  • Loading branch information
asottile committed Oct 27, 2022
2 parents 7ac2dbe + 8ebb7ae commit 5c9e844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pre_commit/git.py
Expand Up @@ -43,6 +43,7 @@ def no_git_env(_env: Mapping[str, str] | None = None) -> dict[str, str]:
'GIT_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT',
'GIT_HTTP_PROXY_AUTHMETHOD',
'GIT_ALLOW_PROTOCOL',
'GIT_ASKPASS',
}
}

Expand Down

0 comments on commit 5c9e844

Please sign in to comment.