-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
29 lines (29 loc) · 946 Bytes
/
.pre-commit-config.yaml
File metadata and controls
29 lines (29 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
repos:
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/gitleaks/gitleaks
rev: v8.24.0
hooks:
- id: gitleaks
- repo: local
hooks:
- id: lint-context-commands
name: lint context commands
entry: ./scripts/lint-context-commands.sh
language: script
files: '(SKILL|skill)\.md$'
pass_filenames: false
- id: check-driver-freshness
name: check configure-repo driver freshness
entry: bash ./scripts/check-driver-freshness.sh
language: system
files: '(SKILL|skill)\.md$'
pass_filenames: false
- id: audit-skill-descriptions
name: audit skill descriptions for auto-invocation
entry: python3 ./scripts/audit-skill-descriptions.py --strict-all
language: system
files: '(SKILL|skill)\.md$'
pass_filenames: false