We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de06e5c commit 0c87cb0Copy full SHA for 0c87cb0
.pre-commit-config.yaml
@@ -44,6 +44,10 @@ repos:
44
rev: 3.0.0
45
hooks:
46
- id: check-mailmap
47
+ # https://github.com/koalaman/shellcheck/issues/2909
48
+ - id: shellcheck
49
+ exclude_types:
50
+ - zsh
51
- repo: https://github.com/rhysd/actionlint
52
rev: v1.7.4
53
@@ -67,12 +71,20 @@ repos:
67
71
- mdformat-config
68
72
- mdformat-web
69
73
- repo: https://github.com/DavidAnson/markdownlint-cli2
70
- rev: v0.15.0
74
+ rev: v0.16.0
75
76
- id: markdownlint-cli2
77
additional_dependencies:
78
- markdown-it-texmath
79
+ - repo: https://github.com/scop/pre-commit-shfmt
80
+ rev: v3.10.0-2
81
+ hooks:
82
+ - id: shfmt
83
- repo: https://github.com/lunarmodules/luacheck
84
rev: v1.2.0
85
86
- id: luacheck
87
+
88
+ci:
89
+ skip:
90
+ - shellcheck
0 commit comments