From 28bdf0fccb91852509bb3e11c0bcc8254da03c6e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:30:32 +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 → v3.29.1](https://github.com/commitizen-tools/commitizen/compare/v3.28.0...v3.29.1) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.0) - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10) - [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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab5e392b..c3fa5f33 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: v3.29.1 # --- Linters --- # - hooks: # - id: dockerfile_lint @@ -50,14 +50,14 @@ repos: - hooks: - id: black repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 - repo: https://github.com/pre-commit/mirrors-prettier hooks: - id: prettier exclude: ^custom_components/alexa_media/translations|CHANGELOG.md rev: v4.0.0-alpha.8 - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -66,7 +66,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: @@ -87,7 +87,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: []