Skip to content

Commit

Permalink
ruff format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 25, 2024
1 parent 79b5390 commit d459b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_repos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def main():
default=["."],
help="Space-delimited list of files to stage in the repositories. "
+ "Optional, and if left blank will default to all modified files in "
+ "the directory."
+ "the directory.",
)
stage_parser.add_argument(
"-m",
Expand Down

0 comments on commit d459b58

Please sign in to comment.