# HG changeset patch # User Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> # Date 1664483564 -7200 # Node ID 627d2040c3ff23bd2f094d1d6ab22490539a3d24 # Parent 951bf135364112e27e02574549112a533e06497c Use official stylua pre-commit config diff -r 951bf1353641 -r 627d2040c3ff .pre-commit-config.yaml --- a/.pre-commit-config.yaml Wed Sep 28 16:04:50 2022 +0000 +++ b/.pre-commit-config.yaml Thu Sep 29 22:32:44 2022 +0200 @@ -5,12 +5,8 @@ - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - - - repo: local + + - repo: https://github.com/JohnnyMorganz/StyLua + rev: v0.15.0 hooks: - - id: stylua - name: Format with stylua - description: Formats lua files - entry: stylua - language: system - types: [lua] + - id: stylua