From 17d7ac377ea891feceebc753dabb3277dc8b0f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:33:16 +0000 Subject: [PATCH 1/2] Bump pyproject-fmt from 2.14.2 to 2.15.1 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.14.2 to 2.15.1. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.14.2...pyproject-fmt/2.15.1) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.15.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9db7f6b..22287017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional-dependencies.dev = [ "pygments==2.19.2", "pylint[spelling]==4.0.4", "pylint-per-file-ignores==3.2.0", - "pyproject-fmt==2.14.2", + "pyproject-fmt==2.15.1", "pyrefly==0.51.2", "pyright==1.1.408", "pyroma==5.0.1", From b5087fbd447928b2a598e8233265d002fcb21afb Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 10 Feb 2026 10:39:19 +0000 Subject: [PATCH 2/2] Re-format pyproject.toml with pyproject-fmt 2.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22287017..4046c5f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -288,10 +288,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