From b12c360a868173a22f2e45fcf0409166808f1e98 Mon Sep 17 00:00:00 2001 From: alex-courtis <1505378+alex-courtis@users.noreply.github.com> Date: Sun, 2 Nov 2025 02:04:21 +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