From f2d036340c7bf5945891c4efb3cbf462620f7dbd Mon Sep 17 00:00:00 2001
From: Thaddeus Crews <repiteo@outlook.com>
Date: Mon, 4 Nov 2024 23:52:58 -0600
Subject: [PATCH] CI: Update clang format/tidy pre-commit versions

---
 .pre-commit-config.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 29263f07ee3..d81c1043a7c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,7 +9,7 @@ exclude: |
 
 repos:
   - repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v19.1.0
+    rev: v19.1.3
     hooks:
       - id: clang-format
         files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx|m|mm|inc|java)$
@@ -22,7 +22,7 @@ repos:
           )
       - id: clang-format
         name: clang-format-glsl
-        files: \.(glsl)$
+        files: \.glsl$
         types_or: [text]
         exclude: |
           (?x)^(
@@ -30,7 +30,7 @@ repos:
             platform/android/java/editor/src/main/java/com/android/.*|
             platform/android/java/lib/src/com/.*
           )
-        args: ["-style=file:misc/utility/.clang-format-glsl"]
+        args: ['-style=file:misc/utility/.clang-format-glsl']
 
   - repo: https://github.com/pocc/pre-commit-hooks
     rev: v1.3.5
@@ -45,7 +45,7 @@ repos:
             platform/android/java/editor/src/main/java/com/android/.*|
             platform/android/java/lib/src/com/.*
           )
-        additional_dependencies: [clang-tidy==18.1.1]
+        additional_dependencies: [clang-tidy==19.1.0]
         require_serial: true
         stages: [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`