Skip to content

Commit dc7d32f

Browse files
Update pyproject-fmt to 2.15.2 (#1936)
1 parent 1d0d629 commit dc7d32f

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ optional-dependencies.dev = [
5252
"prek==0.3.0",
5353
"pydocstringformatter==0.7.5",
5454
"pylint[spelling]==4.0.4",
55-
"pyproject-fmt==2.14.2",
55+
"pyproject-fmt==2.15.2",
5656
"pyrefly==0.52.0",
5757
"pyright==1.1.408",
5858
"pyroma==5.0.1",
@@ -289,13 +289,13 @@ ini_options.xfail_strict = true
289289
ini_options.log_cli = true
290290

291291
[tool.coverage]
292-
report.exclude_also = [
293-
"if TYPE_CHECKING:",
294-
]
295292
run.branch = true
296293
run.omit = [
297294
"src/vws_cli/_setuptools_scm_version.py",
298295
]
296+
report.exclude_also = [
297+
"if TYPE_CHECKING:",
298+
]
299299

300300
[tool.mypy]
301301
strict = true

0 commit comments

Comments
 (0)