File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments