From 93b0fa7318d32077197d2c9392927744039490da Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 15 Aug 2024 10:35:11 +0800 Subject: [PATCH] fix: pre-commit config --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af9e652..e12e8ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,4 +8,5 @@ repos: - repo: https://github.com/JohnnyMorganz/StyLua rev: v0.20.0 hooks: - - id: stylua # or stylua-system / stylua-github + - id: stylua-github # or stylua-system / stylua-github + files: \.lua$