We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efaa168 commit 1e34a83Copy full SHA for 1e34a83
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: reuse-lint-file
24
25
- repo: https://github.com/crate-ci/typos
26
- rev: v1.43.1
+ rev: v1.43.5
27
hooks:
28
- id: typos
29
@@ -34,7 +34,7 @@ repos:
34
- id: zizmor
35
36
- repo: https://github.com/python-jsonschema/check-jsonschema
37
- rev: 0.36.1
+ rev: 0.37.0
38
39
- id: check-github-workflows
40
args: ["--verbose"]
@@ -45,7 +45,7 @@ repos:
45
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
46
# Some additional configuration for `actionlint` can be added in `.github/actionlint.yaml` (this file can be created if it doesn't exist yet).
47
- repo: https://github.com/rhysd/actionlint
48
- rev: v1.7.10
+ rev: v1.7.11
49
50
- id: actionlint
51
language: golang
0 commit comments