From 6d67285879b2218a260bba2570de88ed89b8c55d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 15 Mar 2026 16:55:18 -0500 Subject: [PATCH] feat: add and update pre-commit --- .pre-commit-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 436e43785..febe2533c 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: v2.3.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -9,7 +9,9 @@ repos: exclude: '^.*\/templates\/.*$' args: - --multi + - id: check-merge-conflict + - id: check-json - repo: https://github.com/IamTheFij/docker-pre-commit - rev: v2.0.0 + rev: v3.0.1 hooks: - id: docker-compose-check