Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2021
1 parent e9a5b0f commit 75ef8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit/git.py
Expand Up @@ -45,7 +45,7 @@ def no_git_env(
k.startswith('GIT_CONFIG_VALUE_') or
k in {
'GIT_EXEC_PATH', 'GIT_SSH', 'GIT_SSH_COMMAND', 'GIT_SSL_CAINFO',
'GIT_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT'
'GIT_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT',
}
}

Expand Down

0 comments on commit 75ef8ee

Please sign in to comment.