We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745b7dd commit 8355723Copy full SHA for 8355723
1 file changed
.pre-commit-config.yaml
@@ -14,21 +14,21 @@ repos:
14
15
# Lua formatting with StyLua
16
- repo: https://github.com/JohnnyMorganz/StyLua
17
- rev: v2.3.1
+ rev: v2.4.1
18
hooks:
19
- id: stylua-github
20
args: [--config-path=stylua.toml]
21
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]
+ # # Lua linting with Luacheck
+ # - repo: https://github.com/luarocks/luacheck
+ # rev: v1.2.0
+ # hooks:
+ # - id: luacheck
+ # args: [--config=.luacheckrc]
28
29
# Conventional commit messages
30
- repo: https://github.com/compilerla/conventional-pre-commit
31
- rev: v4.2.0
+ rev: v4.4.0
32
33
- id: conventional-pre-commit
34
stages: [commit-msg]
0 commit comments