Skip to content

Commit

Permalink
Comment cleanup per OraNod
Browse files Browse the repository at this point in the history
  • Loading branch information
x1101 committed Jul 11, 2024
1 parent 418f5da commit 7579072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def tag(session: nox.Session):
install(session, req="tag")
args = list(session.posargs)

# If run without any commands, default to "tag"
# If run without any arguments, default to "tag"
if not any(arg.startswith(("hash", "mantag", "new-tags", "tag")) for arg in args):
args.append("tag")

Expand Down

0 comments on commit 7579072

Please sign in to comment.