From f359c311e0aecfbf87456abd7cb39dc1be92fce9 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 11 Feb 2026 09:14:43 +0000 Subject: [PATCH] Update pyproject-fmt to 2.15.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7f422bf..9c1da37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ optional-dependencies.dev = [ "prek==0.3.2", "pydocstringformatter==0.7.5", "pylint[spelling]==4.0.4", - "pyproject-fmt==2.14.2", + "pyproject-fmt==2.15.2", "pyrefly==0.52.0", "pyright==1.1.408", "pyroma==5.0.1", @@ -270,10 +270,10 @@ ini_options.xfail_strict = true ini_options.log_cli = true [tool.coverage] +run.branch = true report.exclude_also = [ "if TYPE_CHECKING:", ] -run.branch = true [tool.mypy] strict = true