changed to uv and ruff

This commit is contained in:
2026-01-21 08:32:42 +01:00
parent f87b069d7b
commit 846ce706b6
5 changed files with 705 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.13
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format