Skip to content

Commit a4fae7a

Browse files
authored
Merge pull request #1401 from scop/renovate/scop-pre-commit-shfmt-3.x
chore(pre-commit): update scop/pre-commit-shfmt to v3.12.0-2
2 parents 810b457 + d33b708 commit a4fae7a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.dir-locals.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
(mode . ruff-format-on-save))
66
(sh-mode
77
(mode . shfmt-on-save)
8-
(shfmt-arguments "-s")
98
(flycheck-sh-bash-args "-O" "extglob")
109
(sh-indent-comment . t)))

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ insert_final_newline = true
99
max_line_length = 79
1010
# for shfmt
1111
function_next_line = true
12+
simplify = true
1213
switch_case_indent = true
1314

1415
[Makefile.am]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: gitlint
1010

1111
- repo: https://github.com/scop/pre-commit-shfmt
12-
rev: v3.11.0-1
12+
rev: v3.12.0-2
1313
hooks:
1414
- id: shfmt
1515
types: [text]

0 commit comments

Comments
 (0)