Skip to content

Commit

Permalink
Merge pull request #2272 from VincentBerthier/master
Browse files Browse the repository at this point in the history
GIT_HTTP_PROXY_AUTHMETHOD kept in env variables
  • Loading branch information
asottile committed Mar 5, 2022
2 parents 2ed0eaa + 07f4415 commit d525928
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(
k in {
'GIT_EXEC_PATH', 'GIT_SSH', 'GIT_SSH_COMMAND', 'GIT_SSL_CAINFO',
'GIT_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT',
'GIT_HTTP_PROXY_AUTHMETHOD',
}
}

Expand Down

0 comments on commit d525928

Please sign in to comment.