We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccf054 commit 06a8276Copy full SHA for 06a8276
1 file changed
pyproject.toml
@@ -302,17 +302,6 @@ indent = 4
302
keep_full_version = true
303
max_supported_python = "3.14"
304
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
316
[tool.mypy]
317
strict = true
318
files = [ "." ]
@@ -330,6 +319,17 @@ enableTypeIgnoreComments = false
330
319
reportUnnecessaryTypeIgnoreComment = true
331
320
typeCheckingMode = "strict"
332
321
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:",
+]
+report.show_missing = true
333
[tool.pydocstringformatter]
334
write = true
335
split-summary-body = false
0 commit comments