We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cac1f commit a964f34Copy full SHA for a964f34
.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
53
- id: uv-lock
54
55
- repo: https://github.com/crate-ci/typos
56
- rev: v1.44.0
+ rev: v1.45.0
57
hooks:
58
- id: typos
59
@@ -69,7 +69,7 @@ repos:
69
- id: zizmor
70
71
- repo: https://github.com/python-jsonschema/check-jsonschema
72
- rev: 0.37.0
+ rev: 0.37.1
73
74
- id: check-github-workflows
75
args: ["--verbose"]
@@ -99,7 +99,7 @@ repos:
99
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
100
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
101
- repo: https://github.com/rhysd/actionlint
102
- rev: v1.7.11
+ rev: v1.7.12
103
104
- id: actionlint
105
language: golang
0 commit comments