From 73c89befaae2a9ec822aa19b6ee32a29a4b93d30 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:22:50 +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/commitizen-tools/commitizen: v3.28.0 → v4.1.1](https://github.com/commitizen-tools/commitizen/compare/v3.28.0...v4.1.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.2](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.2) - [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) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) --- .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 4ac330b9..9ce72b24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: commitizen stages: ["commit-msg"] repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v4.1.1 # --- Linters --- # - hooks: # - id: dockerfile_lint @@ -57,7 +57,7 @@ repos: exclude: ^custom_components/alexa_media/translations|CHANGELOG.md rev: v4.0.0-alpha.8 - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 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.8.2 hooks: - id: bandit args: ["-c", "pyproject.toml"] @@ -83,12 +83,12 @@ 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: [] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell additional_dependencies: