From 23a619c9eaa8e3d87a505c96a36ccd64e382d912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 31 May 2026 00:23:51 +0200 Subject: [PATCH] Bump ruff pre-commit to v0.15.15 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3789837..e700d64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: # An extremely fast Python linter and formatter. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.15 hooks: - id: ruff-format types_or: [ python, pyi, jupyter, pyproject ]