Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
  • Loading branch information
glenn-jocher and UltralyticsAssistant authored Aug 26, 2024
1 parent 02f94ac commit 7895031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capitalize_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

def capitalize_comment_line(line: str, prev_was_comment: bool) -> str:
"""Capitalizes the first letter of a standalone inline comment."""

# Skip lines containing any of the exclude terms
if any(term in line for term in EXCLUDE_TERMS):
return line
Expand Down

0 comments on commit 7895031

Please sign in to comment.