We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8c62f commit 07759e0Copy full SHA for 07759e0
.pre-commit-config.yaml
@@ -39,3 +39,20 @@ repos:
39
dev/release/run_rat.sh apache-arrow-go.tar.gz"
40
always_run: true
41
pass_filenames: false
42
+
43
+ - repo: https://github.com/koalaman/shellcheck-precommit
44
+ rev: v0.10.0
45
+ hooks:
46
+ - id: shellcheck
47
+ - repo: https://github.com/scop/pre-commit-shfmt
48
+ rev: v3.9.0-1
49
50
+ - id: shfmt
51
+ args:
52
+ # The default args is "--write --simplify" but we don't use
53
+ # "--simplify". Because it's conflicted will ShellCheck.
54
+ - "--write"
55
+ - repo: https://github.com/google/yamlfmt
56
+ rev: v0.13.0
57
58
+ - id: yamlfmt
0 commit comments