Skip to content

Commit 5e63b14

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 68826f1 commit 5e63b14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands = [
1414
"python",
1515
"-m",
1616
"pytest",
17-
{ replace = "posargs", extend = true, default = [
17+
{ replace = "posargs", default = [
1818
"--cov",
1919
"{env_site_packages_dir}{/}sphinx_argparse_cli",
2020
"--cov",
@@ -31,7 +31,7 @@ commands = [
3131
"--junitxml",
3232
"{work_dir}{/}junit.{env_name}.xml",
3333
"tests",
34-
] },
34+
], extend = true },
3535
],
3636
]
3737

0 commit comments

Comments
 (0)