From 599a958454cdfb095f75d247f34908ced0e5a409 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 21 Jun 2025 19:19:31 +0200 Subject: [PATCH] Add a fluent precommit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c3c16b21..35630fe70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,11 @@ repos: args: [ --fix=lf ] - id: trailing-whitespace + - repo: https://github.com/uutils/pre-commit-fluent-hook + rev: v0.0.1 + hooks: + - id: check-fluent + - repo: local hooks: - id: rust-linting