From 05b937406f62e82af784dde217a70f1106ee5b40 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:05:57 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/renovatebot/pre-commit-hooks: 40.3.4 → 43.272.5](https://github.com/renovatebot/pre-commit-hooks/compare/40.3.4...43.272.5) - [github.com/astral-sh/uv-pre-commit: 0.7.2 → 0.11.29](https://github.com/astral-sh/uv-pre-commit/compare/0.7.2...0.11.29) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.15.22](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.8...v0.15.22) - [github.com/opensource-nepal/commitlint: v1.3.0 → v1.13.3](https://github.com/opensource-nepal/commitlint/compare/v1.3.0...v1.13.3) --- .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 5a7fe8a..72b2be6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -22,18 +22,18 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 40.3.4 + rev: 43.272.5 hooks: - id: renovate-config-validator files: renovate.json - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.2 + rev: 0.11.29 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.15.22 hooks: - id: ruff types_or: [python, pyi] @@ -42,6 +42,6 @@ repos: types_or: [python, pyi] - repo: https://github.com/opensource-nepal/commitlint - rev: v1.3.0 + rev: v1.13.3 hooks: - id: commitlint