From a24ff50cd855b72450cf81d3de115c11acbcc79b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:42:33 +0000 Subject: [PATCH] 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/python-jsonschema/check-jsonschema: b035497fb64e3f9faa91e833331688cc185891e6 → ccf21790019848af3eb4464be2a9d5efed6358f3](https://github.com/python-jsonschema/check-jsonschema/compare/b035497fb64e3f9faa91e833331688cc185891e6...ccf21790019848af3eb4464be2a9d5efed6358f3) - [github.com/commitizen-tools/commitizen: 89a69f56703fb6c1d4096bc1d82a1ed0774156df → 5857050259653556030b6b1f19f53e8868a427f6](https://github.com/commitizen-tools/commitizen/compare/89a69f56703fb6c1d4096bc1d82a1ed0774156df...5857050259653556030b6b1f19f53e8868a427f6) - [github.com/astral-sh/ruff-pre-commit: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 → 45ef068da5f21267bb2a7ec4a623092959f09ce5](https://github.com/astral-sh/ruff-pre-commit/compare/9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4...45ef068da5f21267bb2a7ec4a623092959f09ce5) --- .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 71fc442e..003c3b2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema - rev: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0 + rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1 hooks: - id: check-dependabot - id: check-renovate @@ -60,7 +60,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: 89a69f56703fb6c1d4096bc1d82a1ed0774156df # frozen: v4.12.0 + rev: 5857050259653556030b6b1f19f53e8868a427f6 # frozen: v4.12.1 hooks: - id: commitizen stages: [commit-msg] @@ -145,7 +145,7 @@ repos: files: ^(.*/)?(poetry\.lock|pyproject\.toml)$ args: [--strict] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13 + rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]