Skip to content

Commit

Permalink
Repo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 27, 2024
1 parent c0081ef commit 042c3f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def clone_repo(repo_slug: str, repo_dir: Path) -> git.repo.Repo:
"plumelib_ort_adjacent_ignorespace",
"plumelib_ort_imports",
"plumelib_ort_imports_ignorespace",
"plumelib_ort_imports_adjacent",
"plumelib_ort_version_number",
"plumelib_ort_version_number_ignorespace",
],
)
MERGE_STATE = Enum(
Expand Down

0 comments on commit 042c3f5

Please sign in to comment.