Skip to content
Open
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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: check-useless-excludes
priority: 0
- repo: https://github.com/ansible/actions
rev: v0.5.1
rev: v1.1.1
hooks:
- id: toml
priority: 0
Expand All @@ -35,7 +35,7 @@ repos:
- id: shellcheck
priority: 0
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.7
rev: 0.11.3
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -44,7 +44,7 @@ repos:
args: ["--upgrade"]
stages: [manual]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.4.4"
rev: "v2.4.10"
hooks:
- id: biome-check
name: biome
Expand All @@ -71,7 +71,7 @@ repos:
pass_filenames: false
priority: 6
- repo: https://github.com/ansible/team-devtools
rev: v26.2.0
rev: v26.4.0
hooks:
- id: check-platform-constraints
priority: 0
Loading