From 63e9815646bb675d40f685d9b1484687aa0a12ef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:38:34 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/renovatebot/pre-commit-hooks: 49a2f741f3e9483fd88588933be182fde2b69384 → f0595c62cd36f25d15c78a7103c27aa6e242cd86](https://github.com/renovatebot/pre-commit-hooks/compare/49a2f741f3e9483fd88588933be182fde2b69384...f0595c62cd36f25d15c78a7103c27aa6e242cd86) - [github.com/python-jsonschema/check-jsonschema: 5c70e3d884fdbe99af42f2714a444e39f321498d → aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0](https://github.com/python-jsonschema/check-jsonschema/compare/5c70e3d884fdbe99af42f2714a444e39f321498d...aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0) - [github.com/commitizen-tools/commitizen: d7e01aa9b0cfe3c1b732e66d523bbd0656221127 → a3498aba5e94c9f7c4acb529b5e7eb6df65fd053](https://github.com/commitizen-tools/commitizen/compare/d7e01aa9b0cfe3c1b732e66d523bbd0656221127...a3498aba5e94c9f7c4acb529b5e7eb6df65fd053) - [github.com/astral-sh/ruff-pre-commit: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 → cc915bbf189077041f55bc59c4c0cf7f30cc921f](https://github.com/astral-sh/ruff-pre-commit/compare/9f089bd3b7591566aef707c4e144ea2ceedf7de2...cc915bbf189077041f55bc59c4c0cf7f30cc921f) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 38bc574..b376cf5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,11 +33,11 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 49a2f741f3e9483fd88588933be182fde2b69384 # frozen: 38.94.3 + rev: f0595c62cd36f25d15c78a7103c27aa6e242cd86 # frozen: 38.105.0 hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 5c70e3d884fdbe99af42f2714a444e39f321498d # frozen: 0.29.2 + rev: aa1acdb72677dfbc5f507d2dfd45d8380bbcc2e0 # frozen: 0.29.3 hooks: - id: check-dependabot - id: check-github-actions @@ -51,7 +51,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: d7e01aa9b0cfe3c1b732e66d523bbd0656221127 # frozen: v3.29.0 + rev: a3498aba5e94c9f7c4acb529b5e7eb6df65fd053 # frozen: v3.29.1 hooks: - id: commitizen stages: [commit-msg] @@ -122,7 +122,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 # frozen: v0.6.7 + rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]