We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0d629 commit dc7d32fCopy full SHA for dc7d32f
2 files changed
pyproject.toml
@@ -52,7 +52,7 @@ optional-dependencies.dev = [
52
"prek==0.3.0",
53
"pydocstringformatter==0.7.5",
54
"pylint[spelling]==4.0.4",
55
- "pyproject-fmt==2.14.2",
+ "pyproject-fmt==2.15.2",
56
"pyrefly==0.52.0",
57
"pyright==1.1.408",
58
"pyroma==5.0.1",
@@ -289,13 +289,13 @@ ini_options.xfail_strict = true
289
ini_options.log_cli = true
290
291
[tool.coverage]
292
-report.exclude_also = [
293
- "if TYPE_CHECKING:",
294
-]
295
run.branch = true
296
run.omit = [
297
"src/vws_cli/_setuptools_scm_version.py",
298
]
+report.exclude_also = [
+ "if TYPE_CHECKING:",
+]
299
300
[tool.mypy]
301
strict = true
0 commit comments