We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1b9e2 commit 5165068Copy full SHA for 5165068
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
hooks:
18
- id: check-useless-excludes
19
- repo: https://github.com/astral-sh/uv-pre-commit
20
- rev: 0.9.24
+ rev: 0.9.26
21
22
- id: uv-sync
23
- id: uv-lock
@@ -76,7 +76,7 @@ repos:
76
alias: toml
77
78
- repo: https://github.com/astral-sh/ruff-pre-commit
79
- rev: v0.14.11
+ rev: v0.14.13
80
81
- id: ruff-format
82
alias: ruff
@@ -109,6 +109,6 @@ repos:
109
- pytest
110
- typing_extensions
111
- repo: https://github.com/ansible/team-devtools
112
- rev: v25.12.8
+ rev: v26.1.0
113
114
- id: check-platform-constraints
0 commit comments