From ac7360105030ee92fd0ff2e6f4d96f2c20b9e6cc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:32:51 +0000 Subject: [PATCH] build: 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: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/commitizen-tools/commitizen: v3.28.0 → v4.0.0](https://github.com/commitizen-tools/commitizen/compare/v3.28.0...v4.0.0) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.0](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.0) - [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](https://github.com/floatingpurr/sync_with_poetry/compare/1.1.0...1.2.0) --- .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 01ca704b..d6f7c047 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,14 +34,14 @@ repos: - id: check-yaml exclude: ^recipes/.* repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 # --- Commit msg checks --- - hooks: - id: commitizen stages: ["commit-msg"] repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v4.0.0 # --- Linters --- # - hooks: # - id: dockerfile_lint @@ -66,7 +66,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.8.0 hooks: - id: bandit args: ["-c", "pyproject.toml"] @@ -83,7 +83,7 @@ repos: # pass_filenames: false # always_run: true - repo: https://github.com/floatingpurr/sync_with_poetry - rev: "1.1.0" + rev: "1.2.0" hooks: - id: sync_with_poetry args: []