From c8bc7ea85bac73400a58a95694108e35642b147e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:35:02 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/renovatebot/pre-commit-hooks: 42.71.0 → 43.48.2](https://github.com/renovatebot/pre-commit-hooks/compare/42.71.0...43.48.2) - [github.com/astral-sh/uv-pre-commit: 0.9.21 → 0.10.7](https://github.com/astral-sh/uv-pre-commit/compare/0.9.21...0.10.7) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.15.4) - [github.com/opensource-nepal/commitlint: v1.3.1 → v1.13.3](https://github.com/opensource-nepal/commitlint/compare/v1.3.1...v1.13.3) --- .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 cfa89d0..a548f05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,18 +20,18 @@ repos: - id: end-of-file-fixer - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.71.0 + rev: 43.48.2 hooks: - id: renovate-config-validator files: renovate.json - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.21 + rev: 0.10.7 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.4 hooks: - id: ruff types_or: [python, pyi] @@ -40,6 +40,6 @@ repos: types_or: [python, pyi] - repo: https://github.com/opensource-nepal/commitlint - rev: v1.3.1 + rev: v1.13.3 hooks: - id: commitlint