From ef4e0d6bf2949c222a97dc0c454ffe677684b92c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:32:58 +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-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.16.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.16.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.3) - [github.com/adrienverge/yamllint: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.38.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100755 new mode 100644 index c46138760..51f584817 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: "^pixi.lock$" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: [--maxkb=8192] @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace exclude: "notebooks/.*\\.ipynb$" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.16.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -24,13 +24,13 @@ repos: - id: ruff-format exclude: "notebooks/.*\\.ipynb$" - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.3 hooks: - id: codespell exclude: "notebooks/.*\\.ipynb$" args: ["--skip=*.js,*.html,*.css"] - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/ComPWA/taplo-pre-commit