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
|
- id: codespell
|
||||||
exclude: ".*Dockerfile.*"
|
exclude: ".*Dockerfile.*"
|
||||||
|
|
||||||
- repo: https://github.com/scop/pre-commit-shfmt
|
- repo: local
|
||||||
rev: v3.4.1-1
|
|
||||||
hooks:
|
hooks:
|
||||||
- id: shfmt
|
- 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
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||||
rev: v0.8.0.1
|
rev: v0.8.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue