This commit is contained in:
2026-01-18 12:23:01 +01:00
parent ef3d0ed970
commit bb1263edb8
86 changed files with 90289 additions and 0 deletions

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

@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.240"
hooks:
- id: ruff
args: ["check", "backend", "frontend"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9"
hooks:
- id: mypy
args: ["backend"]