Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 38e199b

Browse files
committed
chore: update pre-commit hooks and add AGENTS.md
1 parent 072083f commit 38e199b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/compilerla/conventional-pre-commit
3-
rev: v4.0.0
3+
rev: v4.3.0
44
hooks:
55
- id: conventional-pre-commit
66
stages: [commit-msg]
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/ansible/ansible-lint
20-
rev: v25.12.1
20+
rev: v26.1.1
2121
hooks:
2222
- id: ansible-lint
2323
additional_dependencies:

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Operational Context
2+
- **Type:** Ansible Site Config
3+
- **Test:** `pre-commit run -a`
4+
- **Lint:** `ansible-lint`

0 commit comments

Comments
 (0)