Skip to content

Commit ded73ee

Browse files
committed
Fix ruff format
1 parent 9f992b8 commit ded73ee

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

testing/test_config.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,10 +2360,12 @@ def test_override_ini_without_config_file(self, pytester: Pytester) -> None:
23602360

23612361
def test_override_ini_invalid_option(self, pytester: Pytester) -> None:
23622362
result = pytester.runpytest("--override-ini", "doesnotexist=true")
2363-
result.stdout.fnmatch_lines([
2364-
"=*= warnings summary =*=",
2365-
"*PytestConfigWarning:*Unknown config option: doesnotexist",
2366-
])
2363+
result.stdout.fnmatch_lines(
2364+
[
2365+
"=*= warnings summary =*=",
2366+
"*PytestConfigWarning:*Unknown config option: doesnotexist",
2367+
]
2368+
)
23672369

23682370

23692371
def test_help_via_addopts(pytester: Pytester) -> None:

0 commit comments

Comments
 (0)