From 3f91e70536083e72f85f97aa19da1bd169bf3081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:43:20 +0000 Subject: [PATCH 1/2] chore(deps-dev): Bump pyproject-fmt from 2.28.2 to 2.29.0 Bumps [pyproject-fmt](https://github.com/tox-dev/toml-fmt) from 2.28.2 to 2.29.0. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.28.2...pyproject-fmt/2.29.0) --- updated-dependencies: - dependency-name: pyproject-fmt dependency-version: 2.29.0 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 3e98457e..fa64cd2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional-dependencies.dev = [ "prek==0.5.0", "pydocstringformatter==1.0.0", "pylint[spelling]==4.0.8", - "pyproject-fmt==2.28.2", + "pyproject-fmt==2.29.0", "pyrefly==1.2.0", "pyright==1.1.411", "pyroma==5.0.1", From ab688bc9acb0869639e1f3ef363a96ba9e38daff Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:44:19 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa64cd2d..bff25694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,9 @@ lint.external = [ # Vulture. "V", ] -lint.flake8-tidy-imports.banned-api."typing.cast".msg = "typing.cast is banned: use explicit type narrowing or a typed variable instead." +lint.flake8-tidy-imports.banned-api."typing.cast".msg = """\ + typing.cast is banned: use explicit type narrowing or a typed variable instead.\ + """ lint.pydocstyle.convention = "google" [tool.pylint]