From c3eef24512bd5c5c98a0d60c46b3e68b5cded40d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:40:21 +0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#63) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.19.0 → v9.20.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.19.0...v9.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64f635c..88f9b4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,13 +50,13 @@ repos: - --autofix exclude: .*docs/blog/codes/2024/0012/junk/registration-flow-response.json - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.19.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.4 hooks: - id: ruff types_or: