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