From 07657a10ca1b2e8a0c4fa42654304b58cd7c9910 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Mon, 16 Mar 2026 10:10:57 +0100 Subject: [PATCH] update --- .pre-commit-config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be211e7..8ed2aed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,17 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: debug-statements - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + - id: check-toml - id: check-json + - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.9 + rev: v0.15.5 hooks: - - id: ruff + - id: ruff-check - id: ruff-format