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 86318a1 commit 331a5f9Copy full SHA for 331a5f9
.pre-commit-config.yaml
@@ -25,7 +25,6 @@ repos:
25
- id: check-added-large-files
26
- id: file-contents-sorter
27
files: .gitignore
28
-
29
- repo: local
30
hooks:
31
- id: rat
@@ -39,7 +38,6 @@ repos:
39
38
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
@@ -52,7 +50,3 @@ repos:
52
50
# The default args is "--write --simplify" but we don't use
53
51
# "--simplify". Because it's conflicted will ShellCheck.
54
- "--write"
55
- - repo: https://github.com/google/yamlfmt
56
- rev: v0.13.0
57
- hooks:
58
- - id: yamlfmt
0 commit comments