Skip to content

Commit 29f8a25

Browse files
committed
ci: apply formatting
1 parent e35067c commit 29f8a25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_config_file.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,10 @@ def test_conf_no_validate(tmp_path):
157157
content = "1. ordered"
158158
file_path.write_text(content)
159159

160-
with mock.patch("mdformat.renderer._context.get_list_marker_type", return_value="?"):
160+
with mock.patch(
161+
"mdformat.renderer._context.get_list_marker_type",
162+
return_value="?",
163+
):
161164
assert run_with_clear_cache((str(file_path),)) == 1
162165
assert file_path.read_text() == content
163166

0 commit comments

Comments
 (0)