fix(ci): formatting

This commit is contained in:
Barrett Ruth 2025-11-04 22:16:49 -05:00
parent 8237dc4c16
commit 6a1534124d
2 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@ minimum_pre_commit_version: '3.5.0'
repos:
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v2.1.0
rev: v2.3.1
hooks:
- id: stylua-github
name: stylua (Lua formatter)
@ -10,7 +10,7 @@ repos:
pass_filenames: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.14.3
hooks:
- id: ruff-format
name: ruff (format)
@ -30,7 +30,7 @@ repos:
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
name: prettier (format markdown)