File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 description : Shell source code formatter (build from source)
1515 language : golang
1616 # Note: keep Go version in `go.mod` in sync with shfmt's required Go version
17- additional_dependencies : [mvdan.cc/sh/v3/cmd/shfmt@v3.13.0 ]
17+ additional_dependencies : [mvdan.cc/sh/v3/cmd/shfmt@v3.13.1 ]
1818 entry : shfmt
1919 args : [--write]
2020 types : [shell]
2727 description : Shell source code formatter (Docker image)
2828 language : docker_image
2929 # Note: use the top level multiplatform image digest here
30- entry : --net none mvdan/shfmt:v3.13.0 @sha256:cb551dbf13a0e9a017e9c89647bcd4da3b1bd71eb16c6dc7588d2593a9b4611a
30+ entry : --net none mvdan/shfmt:v3.13.1 @sha256:cb551dbf13a0e9a017e9c89647bcd4da3b1bd71eb16c6dc7588d2593a9b4611a
3131 args : [--write]
3232 types : [shell]
3333 exclude_types : [csh, tcsh, zsh]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Usage in `.pre-commit-config.yaml`:
1313
1414``` yaml
1515- repo : https://github.com/scop/pre-commit-shfmt
16- rev : v3.13.0 -1
16+ rev : v3.13.1 -1
1717 hooks :
1818 # Choose one of:
1919 - id : shfmt # prebuilt upstream executable
You can’t perform that action at this time.
0 commit comments