From d16fbac793e2e221aa9fd5f6fce42bf3a1eea1d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:24:01 +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: bd345f6e0f1a132a6c4c148c56c64c6b07a716ee → fa7d5e41ae42e12fd0952a32b446afe1983d7454](https://github.com/renovatebot/pre-commit-hooks/compare/bd345f6e0f1a132a6c4c148c56c64c6b07a716ee...fa7d5e41ae42e12fd0952a32b446afe1983d7454) - [github.com/python-jsonschema/check-jsonschema: aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0 → 37cd56d9d154dfb0648eaee8efc1040512700c47](https://github.com/python-jsonschema/check-jsonschema/compare/aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0...37cd56d9d154dfb0648eaee8efc1040512700c47) - [github.com/executablebooks/mdformat: 08fba30538869a440b5059de90af03e3502e35fb → 86542e37a3a40974eb812b16b076220fe9bb4278](https://github.com/executablebooks/mdformat/compare/08fba30538869a440b5059de90af03e3502e35fb...86542e37a3a40974eb812b16b076220fe9bb4278) - [github.com/astral-sh/ruff-pre-commit: 75b98813cfb7e663870a28c74366a1e99d7bfe79 → 8983acb92ee4b01924893632cf90af926fa608f0](https://github.com/astral-sh/ruff-pre-commit/compare/75b98813cfb7e663870a28c74366a1e99d7bfe79...8983acb92ee4b01924893632cf90af926fa608f0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01710de6..a190ec82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,11 +39,11 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: bd345f6e0f1a132a6c4c148c56c64c6b07a716ee # frozen: 38.110.3 + rev: fa7d5e41ae42e12fd0952a32b446afe1983d7454 # frozen: 38.129.0 hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema - rev: aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0 # frozen: 0.29.3 + rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4 hooks: - id: check-dependabot - id: check-github-actions @@ -78,7 +78,7 @@ repos: - id: hadolint args: [--ignore=DL3008, --ignore=DL3018] - repo: https://github.com/executablebooks/mdformat - rev: 08fba30538869a440b5059de90af03e3502e35fb # frozen: 0.7.17 + rev: 86542e37a3a40974eb812b16b076220fe9bb4278 # frozen: 0.7.18 hooks: - id: mdformat args: [--number, --end-of-line, keep] @@ -135,7 +135,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9 + rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]