From 2d3bf265a7376190cf8973a785bb4b7aab2f1738 Mon Sep 17 00:00:00 2001 From: mnordby-splunk Date: Wed, 16 Apr 2025 16:17:30 +0000 Subject: [PATCH] chore(ci): Pre-commit config updates [batch update] --- .pre-commit-config.yaml | 4 +++- release_notes/unreleased.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0af4778..be13ef4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,10 @@ repos: hooks: - id: check-merge-conflict - id: end-of-file-fixer + exclude: ^NOTICE$ exclude_types: [ markdown ] - id: trailing-whitespace + exclude: ^NOTICE$ exclude_types: [ markdown ] - id: requirements-txt-fixer - id: check-json @@ -49,7 +51,7 @@ repos: exclude: "README.md" # Central hooks - repo: https://github.com/phantomcyber/dev-cicd-tools - rev: main + rev: v2.0.0 hooks: - id: build-docs language: python diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..c17914d 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,3 @@ **Unreleased** + +* chore(ci): update pre-commit config