From 88bc868c466ebf0dad5e6a4abcdf7a5898f1febf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:29:11 +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: ad20894270ab9386035df7e06e00a1b93e692dff → 22ca1b965b7ec0d21bd316d8de38c735f2e035b3](https://github.com/renovatebot/pre-commit-hooks/compare/ad20894270ab9386035df7e06e00a1b93e692dff...22ca1b965b7ec0d21bd316d8de38c735f2e035b3) - [github.com/commitizen-tools/commitizen: 76efedd776e04c9604a1d54fef389a292cbf7768 → 27499d727f5ceff802bda34bbda314644824ce06](https://github.com/commitizen-tools/commitizen/compare/76efedd776e04c9604a1d54fef389a292cbf7768...27499d727f5ceff802bda34bbda314644824ce06) - [github.com/astral-sh/ruff-pre-commit: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 → 8b76f04e7e5a9cd259e9d1db7799599355f97cdf](https://github.com/astral-sh/ruff-pre-commit/compare/859e42ab7d54544f32d4f73bbc2136a7d9094f54...8b76f04e7e5a9cd259e9d1db7799599355f97cdf) --- .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 682315e..4703a5c 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: ad20894270ab9386035df7e06e00a1b93e692dff # frozen: 39.45.0 + rev: 22ca1b965b7ec0d21bd316d8de38c735f2e035b3 # frozen: 39.59.0 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: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0 + rev: 27499d727f5ceff802bda34bbda314644824ce06 # frozen: v4.1.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: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1 + rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]