Skip to content

Commit c337112

Browse files
committed
🧪 Disable checks unrunable @ pre-commit.ci
1 parent 55d0143 commit c337112

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
3+
ci:
4+
autoupdate_schedule: quarterly
5+
skip:
6+
- shfmt
7+
- shellcheck
8+
- hadolint
9+
110
repos:
211
- repo: https://github.com/pre-commit/pre-commit-hooks
312
rev: v5.0.0
@@ -59,3 +68,5 @@ repos:
5968
- id: prettier
6069
# https://prettier.io/docs/en/options.html#parser
6170
files: '.json5$'
71+
72+
...

0 commit comments

Comments
 (0)