Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4619)
Browse files Browse the repository at this point in the history
updates:
- [github.com/golangci/golangci-lint: v1.55.1 → v1.55.2](golangci/golangci-lint@v1.55.1...v1.55.2)
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
- [github.com/DavidAnson/markdownlint-cli2: v0.10.0 → v0.11.0](DavidAnson/markdownlint-cli2@v0.10.0...v0.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Paul Abel <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and pdabelf5 authored Nov 21, 2023
1 parent b9b670b commit 343ebd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v1.55.1
rev: v1.55.2
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
Expand All @@ -58,12 +58,12 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-jsonschema
name: "Check Helm Chart JSON Schema"
Expand All @@ -72,7 +72,7 @@ repos:
args: ['--schemafile', 'charts/nginx-ingress/values.schema.json']

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.11.0
hooks:
- id: markdownlint-cli2

Expand Down

0 comments on commit 343ebd0

Please sign in to comment.