We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b7f68 commit 2ea66d1Copy full SHA for 2ea66d1
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
args: [--new-from-patch=/tmp/diff.patch]
52
53
- repo: https://github.com/asottile/pyupgrade
54
- rev: v3.19.0
+ rev: v3.19.1
55
hooks:
56
- id: pyupgrade
57
@@ -87,12 +87,12 @@ repos:
87
args: ["--schemafile", "charts/nginx-ingress/values.schema.json"]
88
89
- repo: https://github.com/DavidAnson/markdownlint-cli2
90
- rev: v0.16.0
+ rev: v0.17.0
91
92
- id: markdownlint-cli2
93
94
- repo: https://github.com/rhysd/actionlint
95
- rev: v1.7.4
+ rev: v1.7.5
96
97
- id: actionlint
98
name: Lint GitHub Actions workflow files
0 commit comments