Skip to content

Commit

Permalink
build(pre-commit): Apply hook rev updates
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.18.0](alessandrojcm/commitlint-pre-commit-hook@v9.16.0...v9.18.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.14.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.14.0)
- [github.com/golangci/golangci-lint: v1.59.1 → v1.61.0](golangci/golangci-lint@v1.59.1...v1.61.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent e5201ab commit 3a29224
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -10,7 +10,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand All @@ -28,7 +28,7 @@ repos:
args: [--profile black]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.14.0
hooks:
- id: markdownlint-cli2

Expand All @@ -40,7 +40,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
rev: v1.61.0
hooks:
- id: golangci-lint

Expand Down

0 comments on commit 3a29224

Please sign in to comment.