From 03df59aaf0bcccfe6af2338ba9bef621e2c1ebb8 Mon Sep 17 00:00:00 2001 From: Alexej Disterhoft Date: Sat, 27 Jan 2024 23:48:27 +0100 Subject: [PATCH] chore: update pre-commit config --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 265701b..bca2960 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,7 +17,6 @@ repos: hooks: - id: insert-license files: \.go$ - exclude: ^internal/ezmeral.hpe.com/.*$ args: - --license-filepath - .github/license-head-template.txt