Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#7044)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/DavidAnson/markdownlint-cli2: v0.16.0 → v0.17.0](DavidAnson/markdownlint-cli2@v0.16.0...v0.17.0)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.5](rhysd/actionlint@v1.7.4...v1.7.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 77b7f68 commit 2ea66d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
args: [--new-from-patch=/tmp/diff.patch]

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade

Expand Down Expand Up @@ -87,12 +87,12 @@ repos:
args: ["--schemafile", "charts/nginx-ingress/values.schema.json"]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.16.0
rev: v0.17.0
hooks:
- id: markdownlint-cli2

- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.5
hooks:
- id: actionlint
name: Lint GitHub Actions workflow files
Expand Down

0 comments on commit 2ea66d1

Please sign in to comment.