From 5d495e44155985688e8cc74012860cac3bc5b5b9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:46:27 +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/astral-sh/ruff-pre-commit: v0.16.1 → v0.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.3) - [github.com/jolars/panache-pre-commit: v3.0.2 → v3.4.0](https://github.com/jolars/panache-pre-commit/compare/v3.0.2...v3.4.0) --- .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 8c52264e..90102fd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: ##### # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.3 hooks: # Run the linter - id: ruff-check @@ -27,7 +27,7 @@ repos: ##### # Quarto - repo: https://github.com/jolars/panache-pre-commit - rev: v3.0.2 + rev: v3.4.0 hooks: - id: panache-format - id: panache-lint