Skip to content

Commit e776fef

Browse files
committed
Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 7b6f41f commit e776fef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

etc/scripts/update_skeleton.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import click
1616

1717

18-
ABOUTCODE_PUBLIC_REPO_NAMES=[
18+
ABOUTCODE_PUBLIC_REPO_NAMES = [
1919
"aboutcode-toolkit",
2020
"ahocode",
2121
"bitcode",
@@ -87,7 +87,9 @@ def update_skeleton_files(repo_names=ABOUTCODE_PUBLIC_REPO_NAMES):
8787
os.chdir(work_dir_path / repo_name)
8888

8989
# Add skeleton as an origin
90-
subprocess.run(["git", "remote", "add", "skeleton", "git@github.com:aboutcode-org/skeleton.git"])
90+
subprocess.run(
91+
["git", "remote", "add", "skeleton", "git@github.com:aboutcode-org/skeleton.git"]
92+
)
9193

9294
# Fetch skeleton files
9395
subprocess.run(["git", "fetch", "skeleton"])

0 commit comments

Comments
 (0)