Skip to content

Commit 3000e4d

Browse files
Merge pull request #2914 from VWS-Python/dependabot/pip/pyproject-fmt-2.20.0
Bump pyproject-fmt from 2.18.1 to 2.20.0
2 parents 43116c1 + 06a8276 commit 3000e4d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ optional-dependencies.dev = [
5555
"pygments==2.19.2",
5656
"pylint[spelling]==4.0.5",
5757
"pylint-per-file-ignores==3.2.0",
58-
"pyproject-fmt==2.18.1",
58+
"pyproject-fmt==2.20.0",
5959
"pyrefly==0.57.1",
6060
"pyright==1.1.408",
6161
"pyroma==5.0.1",
@@ -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)