Fix (probably) shfmt

This commit is contained in:
Lev Vereshchagin 2021-12-05 19:27:16 +03:00
parent 6e0f6ec77a
commit 1bb18993cb

View file

@ -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