Skip to content

Commit 465d528

Browse files
committed
fix: Use script type
1 parent 8450b39 commit 465d528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-hooks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
name: Check rh-pre-commit Configuration
77
description: Ensures rh-pre-commit is installed and configured in the repository
88
entry: hooks/check_rh_precommit.py
9-
language: python
9+
language: script
1010
pass_filenames: false
1111
always_run: true
1212

1313
- id: validate-agents-md
1414
name: Validate AGENTS.md
1515
description: Requires AGENTS.md to exist and contain meaningful content
1616
entry: hooks/validate_agents_md.py
17-
language: python
17+
language: script
1818
pass_filenames: false
1919
always_run: true
2020

2121
- id: ai-attribution-reminder
2222
name: AI Attribution Reminder
2323
description: One-time reminder about AI attribution in commit messages
2424
entry: hooks/ai_attribution_reminder.py
25-
language: python
25+
language: script
2626
pass_filenames: false
2727
always_run: true
2828

2929
- id: check-version
3030
name: Check for Updates
3131
description: Checks if a newer version of rh-hooks-ai is available (non-blocking, cached for 24h)
3232
entry: hooks/check_version.py
33-
language: python
33+
language: script
3434
pass_filenames: false
3535
always_run: true

0 commit comments

Comments
 (0)