From 32c7e2bc767d735827b6a6ef15ed4634764470e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:50:08 +0000 Subject: [PATCH 1/2] Bump pyproject-fmt from 2.11.1 to 2.12.1 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.11.1 to 2.12.1. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.11.1...pyproject-fmt/2.12.1) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.12.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 9f174729..b24fc8ef 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.11.1", + "pyproject-fmt==2.12.1", "pyrefly==0.50.1", "pyright==1.1.408", "pyroma==5.0.1", From 06af721e61a9c9c287d86af354479cf546e6c481 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 3 Feb 2026 09:42:35 +0000 Subject: [PATCH 2/2] Apply pyproject-fmt formatting changes --- pyproject.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b24fc8ef..706eec1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,16 +89,16 @@ urls.Source = "https://github.com/VWS-Python/vws-python" [tool.setuptools] zip-safe = false -[tool.setuptools.packages.find] -where = [ - "src", -] - [tool.setuptools.package-data] vws = [ "py.typed", ] +[tool.setuptools.packages.find] +where = [ + "src", +] + [tool.distutils.bdist_wheel] universal = true @@ -156,6 +156,12 @@ lint.pydocstyle.convention = "google" [tool.pylint] +[tool.pylint.'FORMAT'] + +# Allow the body of an if to be on the same line as the test if there is no +# else. +single-line-if-stmt = false + [tool.pylint.'MASTER'] # Pickle collected data for later comparisons. @@ -256,12 +262,6 @@ per-file-ignores = [ "doccmd_README_rst_*.py:invalid-name", ] -[tool.pylint.'FORMAT'] - -# Allow the body of an if to be on the same line as the test if there is no -# else. -single-line-if-stmt = false - [tool.pylint.'SPELLING'] # Spelling dictionary name. Available dictionaries: none. To make it working @@ -319,15 +319,15 @@ max_supported_python = "3.14" xfail_strict = true log_cli = true -[tool.coverage.run] - -branch = true - [tool.coverage.report] exclude_also = [ "if TYPE_CHECKING:", ] +[tool.coverage.run] + +branch = true + [tool.mypy] strict = true