We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a9ed5 commit b21c27fCopy full SHA for b21c27f
.pre-commit-config.yaml
@@ -8,14 +8,10 @@ repos:
8
- id: gitlint
9
stages: [commit-msg]
10
11
- - repo: local
+ - repo: https://github.com/scop/pre-commit-shfmt
12
+ rev: v3.4.0-1
13
hooks:
- - id: shfmt
14
- name: shfmt
15
- language: golang
16
- additional_dependencies: [mvdan.cc/sh/v3/cmd/[email protected]]
17
- entry: shfmt
18
- args: [-w, -s]
+ - id: shfmt-docker
19
types: [text]
20
files: ^(bash_completion|completions/.+|test/(config/bashrc|update-test-cmd-list)|.+\.sh(\.in)?)$
21
exclude: ^completions/(\.gitignore|Makefile.*)$
0 commit comments