From 15667c9e49c93ef7cba7c7202ffdc5a20801e712 Mon Sep 17 00:00:00 2001 From: "Alicia (BSN)" Date: Sun, 21 Jun 2026 23:04:01 +0000 Subject: [PATCH] chore: pre-commit hooks mit Ruff Lint + Format --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..ac499a1 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,7 @@ +repos: + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.11.0 + hooks: + - id: ruff + args: [--fix] + - id: ruff-format