File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.10 .0]
17+ additional_dependencies : [mvdan.cc/sh/v3/cmd/shfmt@v3.11 .0]
1818 entry : shfmt
1919 args : [-w, -s]
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.10 .0@sha256:d19cc37644449fe9a488f234d2c0cf0b770eaf6a5a40e30103e8099013ef8f9e
30+ entry : --net none mvdan/shfmt:v3.11 .0@sha256:d19cc37644449fe9a488f234d2c0cf0b770eaf6a5a40e30103e8099013ef8f9e
3131 args : [-w, -s]
3232 types : [shell]
3333 exclude_types : [csh, tcsh, zsh]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Usage in `.pre-commit-config.yaml`:
77
88``` yaml
99- repo : https://github.com/scop/pre-commit-shfmt
10- rev : v3.10 .0-2
10+ rev : v3.11 .0-2
1111 hooks :
1212 # Choose one of:
1313 - id : shfmt # prebuilt upstream executable
You can’t perform that action at this time.
0 commit comments