Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ When reviewing code, adhere to the following principles derived from Uncle Bob's

- Maintain a strict but constructive tone.
- Use bullet points to list issues.
- Provide alternatives and improved code suggestions.
- Provide alternatives and improved code suggestions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ repos:
stages:
- manual
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.3
rev: v4.9.1
hooks:
- id: commitizen
name: "git | validate commit messages"
stages:
- commit-msg
- repo: https://github.com/gitguardian/ggshield
rev: v1.42.0
rev: v1.43.0
hooks:
- id: ggshield
name: "security | scan for secrets"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
name: "git | block large files"
Expand Down Expand Up @@ -90,7 +90,7 @@ repos:
- -c
- .config/.yaml-lint.yml
- repo: https://github.com/ansible-community/ansible-lint
rev: v25.7.0
rev: v25.9.1
hooks:
- id: ansible-lint
name: "ansible | lint: run ansible-lint"
Expand Down
Loading