From b510c1a74f430827f3b35e37a9d86320c56caed2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:18:16 +0000 Subject: [PATCH] [pre-commit.ci] 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: v3.8.0 → v4.0.1](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.1) - [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/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.7.4) - [github.com/commitizen-tools/commitizen: v3.29.0 → v3.31.0](https://github.com/commitizen-tools/commitizen/compare/v3.29.0...v3.31.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 6c39f44..46bb9eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v3.8.0 + rev: v4.0.1 hooks: - id: validate_manifest @@ -17,7 +17,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # endings - id: end-of-file-fixer @@ -77,7 +77,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.7 + rev: v0.7.4 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -86,7 +86,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.0 + rev: v3.31.0 hooks: - id: commitizen stages: [commit-msg]