Update pre-commit hooks

This commit is contained in:
ViViDboarder 2022-01-02 22:50:58 -08:00
parent 27eccf2b51
commit 62d43d5096
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.1.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -24,8 +24,8 @@ repos:
- -- - --
language: system language: system
types: [file, lua] types: [file, lua]
- repo: https://github.com/IamTheFij/StyLua - repo: https://github.com/johnnymorganz/stylua
rev: pre-commit-hook rev: v0.11.3
hooks: hooks:
- id: stylua - id: stylua
args: ["--indent-type", "Spaces"] args: ["--indent-type", "Spaces"]