Skip to content

Commit 2ccfe0c

Browse files
DimitriPapadopoulosadrienverge
authored andcommitted
style: Apply ruff rule RUF010
RUF010 Use explicit conversion flag
1 parent c0c1a80 commit 2ccfe0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def valid_encodings_stdin_test_helper(
855855
self.assertNotEqual(ctx.returncode, 0)
856856
else:
857857
raise ValueError(
858-
f"root_dir was set to {repr(root_dir)}. It should only"
858+
f"root_dir was set to {root_dir!r}. It should only"
859859
"ever be set to 'sorted_correctly' or"
860860
"'sorted_incorrectly'."
861861
)

0 commit comments

Comments
 (0)