Merge branch 'main' into feature/migrate_to_uv

This commit is contained in:
Anton Grübel 2025-06-27 08:28:47 +02:00 committed by GitHub
commit 200af7dc33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
default_stages: [pre-commit]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.0
rev: v0.12.1
hooks:
- id: ruff
args: [--fix]