From 8472029414329d713db36835c92e8845fbe9a500 Mon Sep 17 00:00:00 2001 From: alex-courtis <1505378+alex-courtis@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:19:07 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 af20164f..eb1e8503 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/johnnymorganz/stylua - rev: v2.3.0 + rev: v2.3.1 hooks: - id: stylua-github fail_fast: true