Update ruff and run ruff format

This commit is contained in:
James Hilliard
2025-01-14 18:20:02 +02:00
committed by Arun Babu Neelicattu
parent dbc612c7f3
commit 6a65ca94bc
11 changed files with 69 additions and 69 deletions

View File

@@ -3,7 +3,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.9.1
hooks:
- id: ruff-format
args: ["--diff", "src", "tests"]