Skip to content

Commit 8355723

Browse files
author
Tristan Jahnke
committed
ops: Update pre-commit hooks
1 parent 745b7dd commit 8355723

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ repos:
1414

1515
# Lua formatting with StyLua
1616
- repo: https://github.com/JohnnyMorganz/StyLua
17-
rev: v2.3.1
17+
rev: v2.4.1
1818
hooks:
1919
- id: stylua-github
2020
args: [--config-path=stylua.toml]
2121

22-
# Lua linting with Luacheck
23-
- repo: https://github.com/luarocks/luacheck
24-
rev: v1.2.0
25-
hooks:
26-
- id: luacheck
27-
args: [--config=.luacheckrc]
22+
# # Lua linting with Luacheck
23+
# - repo: https://github.com/luarocks/luacheck
24+
# rev: v1.2.0
25+
# hooks:
26+
# - id: luacheck
27+
# args: [--config=.luacheckrc]
2828

2929
# Conventional commit messages
3030
- repo: https://github.com/compilerla/conventional-pre-commit
31-
rev: v4.2.0
31+
rev: v4.4.0
3232
hooks:
3333
- id: conventional-pre-commit
3434
stages: [commit-msg]

0 commit comments

Comments
 (0)