From cef387aa4a0795bae62fa1ef99b1a0c0c9727a3f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 2 Nov 2022 17:06:41 -0700 Subject: [PATCH] Use fixed version of stylua Should account for system inconsistencies --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 889bd5b..7573c23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,9 +25,9 @@ repos: language: system types: [file, lua] - repo: https://github.com/johnnymorganz/stylua - rev: v0.14.3 + rev: v0.15.2 hooks: - - id: stylua-system + - id: stylua-github - repo: local hooks: - id: sort-json