File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
302302keep_full_version = true
303303max_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 ]
317306strict = true
318307files = [ " ." ]
@@ -330,6 +319,17 @@ enableTypeIgnoreComments = false
330319reportUnnecessaryTypeIgnoreComment = true
331320typeCheckingMode = " 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 ]
334334write = true
335335split-summary-body = false
You can’t perform that action at this time.
0 commit comments