From ae2be1d514b38f3b0b96ddfba495b9bf5ed6c8ce Mon Sep 17 00:00:00 2001 From: Anaconda Renovate Bot Date: Mon, 20 Mar 2023 02:35:45 +0000 Subject: [PATCH] chore(deps): update pre-commit hook macisamuele/language-formatters-pre-commit-hooks to v2.8.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d29c08e..f9697ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.7.0 + rev: v2.8.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '4']