From 50bc50e49c4ba9e985535bb896b1a36fab9e31bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:47:49 +0200 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (#85) | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | pre-commit/pre-commit-hooks | v4.6.0 | v5.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[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 e507871..852f80d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace