From 464a893f5d207966086416c090222cdfa955088f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 00:32:32 +0000 Subject: [PATCH] Update pre-commit dependencies (#15898) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.9.3` -> `v0.9.4` | | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | repository | patch | `v1.29.4` -> `v1.29.5` | | [executablebooks/mdformat](https://redirect.github.com/executablebooks/mdformat) | repository | patch | `0.7.21` -> `0.7.22` | | [python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema) | repository | patch | `0.31.0` -> `0.31.1` | | [woodruffw/zizmor-pre-commit](https://redirect.github.com/woodruffw/zizmor-pre-commit) | repository | minor | `v1.2.2` -> `v1.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit) ### [`v0.9.4`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.9.4) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.9.3...v0.9.4) See: https://github.com/astral-sh/ruff/releases/tag/0.9.4
crate-ci/typos (crate-ci/typos) ### [`v1.29.5`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.29.5) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.29.4...v1.29.5) #### \[1.29.5] - 2025-01-30 ##### Internal - Update a dependency
executablebooks/mdformat (executablebooks/mdformat) ### [`v0.7.22`](https://redirect.github.com/executablebooks/mdformat/compare/0.7.21...0.7.22) [Compare Source](https://redirect.github.com/executablebooks/mdformat/compare/0.7.21...0.7.22)
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema) ### [`v0.31.1`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0311) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.31.0...0.31.1) - Update vendored schemas: buildkite, cloudbuild, compose-spec, mergify, renovate (2025-01-26) - Update the `gitlab` and `renovate` hooks to use `--regex-variant nonunicode`. Thanks :user:`quentin-ag` and :user:`Callek` for reporting! (:issue:`516`, :issue:`518`) - Update the required `ruamel.yaml` version to a range, `>=0.18.10,<0.19.0`.
woodruffw/zizmor-pre-commit (woodruffw/zizmor-pre-commit) ### [`v1.3.0`](https://redirect.github.com/woodruffw/zizmor-pre-commit/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/woodruffw/zizmor-pre-commit/compare/v1.2.2...v1.3.0) See: https://github.com/woodruffw/zizmor/releases/tag/v1.3.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b336b6cc11..48ba68795b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: validate-pyproject - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -60,7 +60,7 @@ repos: - black==25.1.0 - repo: https://github.com/crate-ci/typos - rev: v1.29.4 + rev: v1.29.5 hooks: - id: typos @@ -74,7 +74,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff-format - id: ruff @@ -92,12 +92,12 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. # Additional configuration for the tool is found in `.github/zizmor.yml` - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.2.2 + rev: v1.3.0 hooks: - id: zizmor - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-github-workflows