From 36caeaafb7b2c58ae9974a32b9e4ce5e2f6070bd Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Mon, 16 Oct 2023 23:48:11 +0530 Subject: [PATCH] feat: Update `pre-commit-hooks` to the latest version. (#27025) --- .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 15056aa687f55..baadf198dc664 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: trailing-whitespace