From 5b6177042d55d5cd52c527df573468606a2a2c02 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 17 Apr 2025 22:27:32 +0200 Subject: [PATCH] added pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 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..c8af39a --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/JohnnyMorganz/stylua + rev: v2.0.2 + hooks: + - id: stylua-system