From 89a3d8bc129d2fec816fd88f31129ac8bc6012c8 Mon Sep 17 00:00:00 2001 From: "rosey-the-renovator-bot[bot]" <98764075+rosey-the-renovator-bot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:44:13 -0400 Subject: [PATCH] feat(github-release)!: Update pre-commit hook pre-commit/pre-commit-hooks to v5.0.0 (#7345) | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | pre-commit/pre-commit-hooks | v4.6.0 | v5.0.0 | Co-authored-by: rosey-the-renovator-bot[bot] <98764075+rosey-the-renovator-bot[bot]@users.noreply.github.com> --- .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 6661cf6c3e..faef0fac8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: id: yamllint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer