From 572c346098b2b12db79891b5ca311202cf3ff2af Mon Sep 17 00:00:00 2001 From: Smirnov Olexander Date: Fri, 17 Jun 2022 22:35:59 +0300 Subject: [PATCH] fix(pre-commit): check stylua instead of format --- .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 b224faa..464c44d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: language: rust entry: stylua types: [lua] - args: ["-"] + args: ["--check", "-"] - id: selene name: Selene language: rust