From 667c8164b5276c7a3d2968f60e001850e6fb9804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:33:21 +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 e161d2ae..4779f3a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ optional-dependencies.dev = [ "pygments==2.21.0", "pylint[spelling]==4.0.8", "pylint-per-file-ignores==3.2.1", - "pyproject-fmt==2.28.2", + "pyproject-fmt==2.29.0", "pyrefly==1.2.0", "pyright==1.1.411", "pyroma==5.0.1", From a883866345a5662773a22b08efd5afb25e1180b9 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:34:08 +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 4779f3a5..59dfb606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,9 @@ lint.unfixable = [ "ERA001", ] lint.external = [ "NOD" ] -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]