Skip to content

Commit

Permalink
black → ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 16, 2023
1 parent f38afe8 commit 8928715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lint/line_length.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def endswithstring(line):
True if line ends with string, False otherwise.
"""
return any(line.endswith(end) for end in ('"', '",', '");', '";', '" \\', '];'))
return any(line.endswith(end) for end in ('"', '",', '");', '";', '" \\', "];"))


def main():
Expand Down

0 comments on commit 8928715

Please sign in to comment.