From bdae8dd4e442391f3b1d45d6beb253a7c1e8cda6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:08:46 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.29.0 --- .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 2c94ab9..5f1b6d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.28.2" + rev: "v2.29.0" hooks: - id: pyproject-fmt - repo: https://github.com/34j/sync-python-matrix From ff7dcb94be8b4c244e9cd35d64a2932b5526d0e3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:09:04 +0000 Subject: [PATCH 2/2] chore(pre-commit.ci): auto fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 771f6d8..10a731a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,5 +155,5 @@ changelog.exclude_commit_patterns = [ "test(?:\\([^)]*?\\))?: .+", "build\\((?!deps\\): .+)", "Merged? .*", - "Initial [Cc]ommit.*", # codespell:ignore + "Initial [Cc]ommit.*", # codespell:ignore ]