From 1eb0a0b0ed55442117b8dc61d9ed45c70bff292d Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 15 Mar 2024 17:14:28 +0100 Subject: [PATCH] fix(dotnet-format): use system dotnet and dotnet binary Signed-off-by: Matej Focko --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 39bc939..25e8638 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -14,10 +14,10 @@ - id: dotnet-format name: dotnet format description: Format .NET sources with ‹dotnet format›. - entry: dotnet-format + entry: dotnet format args: - "--include" - language: dotnet + language: system types_or: - c# - vb