Uploaded files

This commit is contained in:
Dani
2026-01-22 20:22:46 -05:00
parent b8e7d5c2b9
commit ee75a89f24
29 changed files with 418 additions and 0 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format