From a60b140f33bbb078e5dbcb4cf4150e350d5af993 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:54:18 +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/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](https://github.com/pre-commit/pre-commit-hooks/compare/2c9f875913ee60ca25ce70243dc24d5b6415598c...cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b) - [github.com/renovatebot/pre-commit-hooks: f0595c62cd36f25d15c78a7103c27aa6e242cd86 → bd345f6e0f1a132a6c4c148c56c64c6b07a716ee](https://github.com/renovatebot/pre-commit-hooks/compare/f0595c62cd36f25d15c78a7103c27aa6e242cd86...bd345f6e0f1a132a6c4c148c56c64c6b07a716ee) - [github.com/Mateusz-Grzelinski/actionlint-py: aa007237bad606b330a90f69bb5ef5dca129957e → 27445053da613c660ed5895d9616662059a53ca7](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/aa007237bad606b330a90f69bb5ef5dca129957e...27445053da613c660ed5895d9616662059a53ca7) - [github.com/adamchainz/blacken-docs: 4c97c4a0d921007af6fefae92d8447cfbf63720b → d4e2940d27621c7f20215459be05703947618b7b](https://github.com/adamchainz/blacken-docs/compare/4c97c4a0d921007af6fefae92d8447cfbf63720b...d4e2940d27621c7f20215459be05703947618b7b) - [github.com/astral-sh/ruff-pre-commit: cc915bbf189077041f55bc59c4c0cf7f30cc921f → 75b98813cfb7e663870a28c74366a1e99d7bfe79](https://github.com/astral-sh/ruff-pre-commit/compare/cc915bbf189077041f55bc59c4c0cf7f30cc921f...75b98813cfb7e663870a28c74366a1e99d7bfe79) --- .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 0522f605..01710de6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: - markdown-link-check repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0 + rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0 hooks: - id: check-yaml args: [--unsafe] @@ -39,7 +39,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: f0595c62cd36f25d15c78a7103c27aa6e242cd86 # frozen: 38.105.0 + rev: bd345f6e0f1a132a6c4c148c56c64c6b07a716ee # frozen: 38.110.3 hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema @@ -52,7 +52,7 @@ repos: args: [--verbose] files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$ - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16 + rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17 hooks: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] @@ -62,7 +62,7 @@ repos: - id: commitizen stages: [commit-msg] - repo: https://github.com/adamchainz/blacken-docs - rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0 + rev: d4e2940d27621c7f20215459be05703947618b7b # frozen: 1.19.0 hooks: - id: blacken-docs files: \.(rst|md|markdown|tex)$ @@ -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: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8 + rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]