From c98b1588d0db6c35472ebb4cdbcab5590580f745 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:10:42 +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/renovatebot/pre-commit-hooks: ba23a9813b5f8208751027695609272732db82be → deab6191684ba6dac05765624cdf331695fc17ec](https://github.com/renovatebot/pre-commit-hooks/compare/ba23a9813b5f8208751027695609272732db82be...deab6191684ba6dac05765624cdf331695fc17ec) - [github.com/commitizen-tools/commitizen: b494c556437473519f8ab69020c7256ba84714c1 → e0b1c7743d5ea0bcba82e4ff515ce2caf5e87865](https://github.com/commitizen-tools/commitizen/compare/b494c556437473519f8ab69020c7256ba84714c1...e0b1c7743d5ea0bcba82e4ff515ce2caf5e87865) - [github.com/astral-sh/ruff-pre-commit: 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 → 971923581912ef60a6b70dbf0c3e9a39563c9d47](https://github.com/astral-sh/ruff-pre-commit/compare/25a8c8da6c24a3b9a1a536e2674683dd0eead5d6...971923581912ef60a6b70dbf0c3e9a39563c9d47) --- .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 0383d64b..aab7ca04 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: ba23a9813b5f8208751027695609272732db82be # frozen: 39.227.1 + rev: deab6191684ba6dac05765624cdf331695fc17ec # frozen: 39.227.2 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 @@ -59,7 +59,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: b494c556437473519f8ab69020c7256ba84714c1 # frozen: v4.4.1 + rev: e0b1c7743d5ea0bcba82e4ff515ce2caf5e87865 # frozen: v4.5.0 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: 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 # frozen: v0.11.2 + rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]