From 4a6d3b805050425e8a7a2b89cb63b7a1456387ee Mon Sep 17 00:00:00 2001 From: MarcHamamji Date: Sat, 8 Apr 2023 12:37:39 +0300 Subject: [PATCH] Make the pre-commit hook use the stylua binary installed on the system --- .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 79b58bc..b707f60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,4 +2,4 @@ repos: - repo: https://github.com/JohnnyMorganz/StyLua rev: v0.17.1 hooks: - - id: stylua-github + - id: stylua-system