From 5af523330a04a319dcd89e48281d3d1182542eea Mon Sep 17 00:00:00 2001 From: mamueluth <19118679+mamueluth@users.noreply.github.com> Date: Sun, 10 Mar 2024 00:53:35 +0000 Subject: [PATCH] Auto-update with pre-commit --- .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 6da427c6ee..dc3b3e837d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: # CPP hooks - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.6 + rev: v18.1.0 hooks: - id: clang-format args: ['-fallback-style=none', '-i']