Skip to content

Commit

Permalink
Don't use non-existent scripts yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 17, 2024
1 parent abcf44a commit 569f857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def clone_repo(repo_slug: str, repo_dir: Path) -> None:
"adjacent",
"imports",
"version_numbers",
"plumelib_adjacent",
"plumelib_imports",
"plumelib_version_numbers",
# "plumelib_adjacent",
# "plumelib_imports",
# "plumelib_version_numbers",
],
)
MERGE_STATE = Enum(
Expand Down

0 comments on commit 569f857

Please sign in to comment.