Fix pre-commit config

This commit is contained in:
Lev Vereshchagin 2022-02-08 12:25:02 +03:00
parent 05853825d8
commit 26167951db

View file

@ -36,7 +36,7 @@ repos:
- id: shfmt
name: shfmt
language: golang
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt]
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@latest]
entry: shfmt
args: [-w]
types: [shell]