mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update pre-commit configuration to upgrade StyLua and Gitleaks versions
This commit is contained in:
parent
9b193e996e
commit
9300d1b4d6
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ repos:
|
|||
name: Prettier Code Formatter
|
||||
|
||||
- repo: https://github.com/JohnnyMorganz/StyLua
|
||||
rev: f4b9d628b48d1a8b21fdc38967831640de1ba09f # frozen: v2.0.1
|
||||
rev: d28c0d0a381ac3e2a8efcab1433c732fbc249d86 # frozen: v2.0.2
|
||||
hooks:
|
||||
- id: stylua-github
|
||||
exclude: ^src/(bw/lua/middleclass.lua|common/core/antibot/captcha.lua)$
|
||||
|
|
@ -68,7 +68,7 @@ repos:
|
|||
types: [text]
|
||||
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
rev: a9e1950fe247fbb08817393121691474c55a6cfa # frozen: v8.21.2
|
||||
rev: fc71f9df1b1edbc7396580766b73013d8bae8c2d # frozen: v8.23.0
|
||||
hooks:
|
||||
- id: gitleaks
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue