From b41b90406dca60aea06e8ab5d96829a99471ee4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:48:13 +0000 Subject: [PATCH] ci(pre-commit.ci): autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/crate-ci/typos: typos-dict-v0.11.37 → dictgen-v0.3.1](https://github.com/crate-ci/typos/compare/typos-dict-v0.11.37...dictgen-v0.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) - [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.0.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.6.0...v4.0.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc096697..4955fa6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ default_install_hook_types: repos: - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.37 + rev: dictgen-v0.3.1 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -24,7 +24,7 @@ repos: args: [--config=pyproject.toml] - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.6.0 + rev: v4.0.0 hooks: - id: conventional-pre-commit stages: [commit-msg]