From 0cc5205363022df842013acbfbabae06194b5eb9 Mon Sep 17 00:00:00 2001 From: Paul Fariello Date: Tue, 30 Sep 2025 09:34:51 +0200 Subject: [PATCH] feat: Add pre-commit configuration --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 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 00000000..77abd205 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks +repos: +- repo: https://github.com/doublify/pre-commit-rust + rev: master + hooks: + - id: fmt + - id: clippy