Skip to content

Commit 65d763a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6dcc804 commit 65d763a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_dollarmath.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ def test_plugin_parse(data_regression):
8888
)
8989
def test_dollarmath_fixtures(line, title, input, expected):
9090
md = MarkdownIt("commonmark").use(
91-
dollarmath_plugin, allow_space=False, allow_digits=False, double_inline=True,
91+
dollarmath_plugin,
92+
allow_space=False,
93+
allow_digits=False,
94+
double_inline=True,
9295
allow_blank_lines=False,
9396
)
9497
md.options.xhtmlOut = False

0 commit comments

Comments
 (0)