Skip to content

Commit 9db93f4

Browse files
chore(deps): update mvdan/sh to v3.11.0
1 parent d2cee4b commit 9db93f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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]
@@ -27,7 +27,7 @@
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]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)