Skip to content

Commit 331a5f9

Browse files
committed
remove yamlfmt
1 parent 86318a1 commit 331a5f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ repos:
2525
- id: check-added-large-files
2626
- id: file-contents-sorter
2727
files: .gitignore
28-
2928
- repo: local
3029
hooks:
3130
- id: rat
@@ -39,7 +38,6 @@ repos:
3938
dev/release/run_rat.sh apache-arrow-go.tar.gz"
4039
always_run: true
4140
pass_filenames: false
42-
4341
- repo: https://github.com/koalaman/shellcheck-precommit
4442
rev: v0.10.0
4543
hooks:
@@ -52,7 +50,3 @@ repos:
5250
# The default args is "--write --simplify" but we don't use
5351
# "--simplify". Because it's conflicted will ShellCheck.
5452
- "--write"
55-
- repo: https://github.com/google/yamlfmt
56-
rev: v0.13.0
57-
hooks:
58-
- id: yamlfmt

0 commit comments

Comments
 (0)