From 71c07b1998a9becc8e23237fb182b1c6ef5fff04 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 23 Jul 2024 09:08:55 +0200 Subject: [PATCH] pre-commit: use hook provided by the `stylua` developer --- .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 f8c53f9..d4d85d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: home/\.zshenv )$ -- repo: https://github.com/rwxcorp/pre-commit-lua.git - rev: v1.0.0 +- repo: https://github.com/JohnnyMorganz/StyLua + rev: v0.20.0 hooks: - id: stylua args: [-f, config/nvim/stylua.toml]