From 4a85bf1ed8fc85a9fa8ebcd559d281742ddd4e5c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:21:43 +0000 Subject: [PATCH 1/3] chore(pre-commit-deps): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/renovatebot/pre-commit-hooks: 8cb873358c86073e4e3c7d085e393db7f2af19b9 → e9c0a88d6f27bb9b4012dbc39da93065698dd918](https://github.com/renovatebot/pre-commit-hooks/compare/8cb873358c86073e4e3c7d085e393db7f2af19b9...e9c0a88d6f27bb9b4012dbc39da93065698dd918) - [github.com/commitizen-tools/commitizen: a8094aebad266040ef07f118a96c88a93f4aecf8 → c710c9f541ae452547fdce5c360929f007ec4867](https://github.com/commitizen-tools/commitizen/compare/a8094aebad266040ef07f118a96c88a93f4aecf8...c710c9f541ae452547fdce5c360929f007ec4867) - [github.com/astral-sh/ruff-pre-commit: d19233b89771be2d89273f163f5edc5a39bbc34a → 9aeda5d1f4bbd212c557da1ea78eca9e8c829e19](https://github.com/astral-sh/ruff-pre-commit/compare/d19233b89771be2d89273f163f5edc5a39bbc34a...9aeda5d1f4bbd212c557da1ea78eca9e8c829e19) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 443feb14..71025d61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 8cb873358c86073e4e3c7d085e393db7f2af19b9 # frozen: 39.262.1 + rev: e9c0a88d6f27bb9b4012dbc39da93065698dd918 # frozen: 40.59.1 hooks: - id: renovate-config-validator language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved @@ -60,7 +60,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: a8094aebad266040ef07f118a96c88a93f4aecf8 # frozen: v4.8.2 + rev: c710c9f541ae452547fdce5c360929f007ec4867 # frozen: v4.8.3 hooks: - id: commitizen stages: [commit-msg] @@ -137,7 +137,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: d19233b89771be2d89273f163f5edc5a39bbc34a # frozen: v0.11.12 + rev: 9aeda5d1f4bbd212c557da1ea78eca9e8c829e19 # frozen: v0.11.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] From 18bd1fa89e519c8b00042a42acf451d78a983acf Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Tue, 17 Jun 2025 08:22:02 -0700 Subject: [PATCH 2/3] chore: Update pre-commit file --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71025d61..a6f5e9a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,6 @@ ci: - pyright - poetry-audit - markdown-link-check - - renovate-config-validator # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0 @@ -43,7 +42,6 @@ repos: rev: e9c0a88d6f27bb9b4012dbc39da93065698dd918 # frozen: 40.59.1 hooks: - id: renovate-config-validator - language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved - repo: https://github.com/python-jsonschema/check-jsonschema rev: 06e4cc849d03f3a59ca223a4046f4bb5bb2aba6d # frozen: 0.33.0 hooks: From f2f50e51e229dd47a89eb794fd670cbb3af5456d Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Tue, 17 Jun 2025 08:37:04 -0700 Subject: [PATCH 3/3] chore: Add docformatter hook back to pre-commit. Also skip renovate hook in pre-commit.ci since the LTS version of node is too large. --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6f5e9a6..62cc9d09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ ci: - pyright - poetry-audit - markdown-link-check + - renovate-config-validator # the LTS version of node is too large for pre-commit.ci repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0 @@ -39,7 +40,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: e9c0a88d6f27bb9b4012dbc39da93065698dd918 # frozen: 40.59.1 + rev: 31d36377a7880aab518615176e285746dbd4e199 # frozen: 40.60.0 hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema @@ -135,14 +136,13 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 9aeda5d1f4bbd212c557da1ea78eca9e8c829e19 # frozen: v0.11.13 + rev: 8a948e557ca98afa9489998ad0b85515964df9c4 # frozen: v0.12.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - # TODO: Re-enable this once https://github.com/PyCQA/docformatter/issues/293 is resolved - # - repo: https://github.com/PyCQA/docformatter - # rev: dfefe062799848234b4cd60b04aa633c0608025e # frozen: v1.7.5 - # hooks: - # - id: docformatter - # additional_dependencies: [tomli] + - repo: https://github.com/PyCQA/docformatter + rev: e73b8ba0c1316be565983236c72e653ad44e6b66 # frozen: v1.7.7 + hooks: + - id: docformatter + additional_dependencies: [tomli]