From 2955b620124ecc659bf337d0b67bbfc3d6b468bf Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Wed, 7 Aug 2024 21:55:55 +0200 Subject: [PATCH] chore: update pre-commit --- .pre-commit-config.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f1a515..05bb4f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: - - repo: local - hooks: +- repo: local + hooks: #Use dotnet format already installed on your machine - - id: dotnet-format - name: dotnet-format - language: system - entry: dotnet format --include - types_or: [ c#, vb ] - - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.6.26.11 - hooks: - - id: actionlint - additional_dependencies: [ pyflakes>=3.0.1, shellcheck-py>=0.9.0.5 ] - - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 - hooks: - - id: pretty-format-yaml - args: [ --autofix, --indent, '2' ] + - id: dotnet-format + name: dotnet-format + language: system + entry: dotnet format --include + types_or: [c#, vb] +- repo: https://github.com/Mateusz-Grzelinski/actionlint-py + rev: v1.7.1.15 + hooks: + - id: actionlint + additional_dependencies: [pyflakes>=3.0.1, shellcheck-py>=0.9.0.5] +- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks + rev: v2.14.0 + hooks: + - id: pretty-format-yaml + args: [--autofix, --indent, '2']