From 3e9dafde7699078f6975f48dd33f8a8900dfcca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Thu, 5 Jun 2025 12:03:37 +0200 Subject: [PATCH] Try automatic pre-commit --- .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..814b55a --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/kamadorueda/alejandra + rev: 3e2a85506627062313e131bf8a85315f3387c8e0 # frozen: 4.0.0 + hooks: + - id: alejandra-system