Skip to content

Commit 06a8276

Browse files
committed
Apply pyproject-fmt 2.20.0 formatting
1 parent dccf054 commit 06a8276

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -302,17 +302,6 @@ indent = 4
302302
keep_full_version = true
303303
max_supported_python = "3.14"
304304

305-
[tool.pytest]
306-
xfail_strict = true
307-
log_cli = true
308-
309-
[tool.coverage]
310-
run.branch = true
311-
report.exclude_also = [
312-
"if TYPE_CHECKING:",
313-
]
314-
report.show_missing = true
315-
316305
[tool.mypy]
317306
strict = true
318307
files = [ "." ]
@@ -330,6 +319,17 @@ enableTypeIgnoreComments = false
330319
reportUnnecessaryTypeIgnoreComment = true
331320
typeCheckingMode = "strict"
332321

322+
[tool.pytest]
323+
xfail_strict = true
324+
log_cli = true
325+
326+
[tool.coverage]
327+
run.branch = true
328+
report.exclude_also = [
329+
"if TYPE_CHECKING:",
330+
]
331+
report.show_missing = true
332+
333333
[tool.pydocstringformatter]
334334
write = true
335335
split-summary-body = false

0 commit comments

Comments
 (0)