Initial commit

This commit is contained in:
Daniel Wiesmann
2025-12-04 09:36:14 +00:00
parent 9e541ac6b7
commit 1a11473421
14 changed files with 2489 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
# Run the linter
- id: ruff
args: [--fix]
# Run the formatter
- id: ruff-format