From b6bab89835ee1ff4f5caa6def5763070ff9c47d5 Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Mon, 8 Apr 2024 16:07:41 +1000 Subject: [PATCH] chore(pre-commit): update hooks Signed-off-by: Jordan Shatford --- apps/api/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/.pre-commit-config.yaml b/apps/api/.pre-commit-config.yaml index 8fda4a84..b48115ac 100644 --- a/apps/api/.pre-commit-config.yaml +++ b/apps/api/.pre-commit-config.yaml @@ -1,7 +1,7 @@ files: ^(apps/api/) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer