mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Fix (probably) shfmt
This commit is contained in:
parent
6e0f6ec77a
commit
1bb18993cb
1 changed files with 7 additions and 2 deletions
|
|
@ -39,10 +39,15 @@ repos:
|
|||
- id: codespell
|
||||
exclude: ".*Dockerfile.*"
|
||||
|
||||
- repo: https://github.com/scop/pre-commit-shfmt
|
||||
rev: v3.4.1-1
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: shfmt
|
||||
name: shfmt
|
||||
language: golang
|
||||
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt]
|
||||
entry: shfmt
|
||||
args: [-w]
|
||||
types: [shell]
|
||||
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.8.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue