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 Apr 18, 2022
1 parent 2029390 commit 3aa6e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh_scoped_creds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import argparse
import os
import subprocess
import sys
import time
import subprocess

import requests

Expand Down Expand Up @@ -99,7 +99,7 @@ def main(args=None, in_jupyter=False):
[
"git",
"config",
"--global", # Modifies ~/.gitconfig
"--global", # Modifies ~/.gitconfig
"credential.https://github.com.helper",
f"store --file={args.git_credentials_path}",
]
Expand Down

0 comments on commit 3aa6e07

Please sign in to comment.