From ed228f31c90d69d1b095dee24f5fbd99f91f4b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 20:03:18 +0000 Subject: [PATCH 1/2] Bump https://github.com/astral-sh/ruff-pre-commit from v0.16.3 to 0.16.4 Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.16.3 to 0.16.4. - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.3...v0.16.4) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2253daed..f9f20b83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: docformatter args: [--in-place, --black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.4 hooks: - id: ruff-format - id: ruff-check From 194517dcfe0207f1defb60d0b363e8ef01c80b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 20:03:33 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/821.misc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/821.misc.md diff --git a/changes/821.misc.md b/changes/821.misc.md new file mode 100644 index 00000000..b38d70ba --- /dev/null +++ b/changes/821.misc.md @@ -0,0 +1 @@ +Updated from v0.16.3 to 0.16.4.