From 516e5386efc3f5ac0beeadff2ed104363f55c5ba Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 8 Sep 2022 12:23:06 -0700 Subject: [PATCH] Switch to system stylua so it uses the same thing as Neovim --- .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 339ae3d..889bd5b 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.11.3 + rev: v0.14.3 hooks: - - id: stylua + - id: stylua-system - repo: local hooks: - id: sort-json