Skip to content

Commit

Permalink
chore: auto-update of pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.5.0 → v9.18.0](alessandrojcm/commitlint-pre-commit-hook@v9.5.0...v9.18.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.37.0...v0.42.0)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1)
- [github.com/rhysd/actionlint: v1.6.26 → v1.7.4](rhysd/actionlint@v1.6.26...v1.7.4)
- [github.com/golangci/golangci-lint: v1.54.2 → v1.62.0](golangci/golangci-lint@v1.54.2...v1.62.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent f772716 commit 9dda6b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
default_stages: [commit]
default_stages: [pre-commit]
exclude: ^tests/data/
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-json
exclude: ^(.devcontainer/)
Expand All @@ -25,22 +25,22 @@ repos:
args: [--notitle]
exclude: ^(SUPPORT|\.github/ISSUE_TEMPLATE/)
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.42.0
hooks:
- id: markdownlint
exclude: >-
^(docs/arch/adr-template\.md|\.github/ISSUE_TEMPLATE/|\.stentor\.d/)
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
exclude: ^(.github/workflows/)
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
rev: v1.7.4
hooks:
- id: actionlint
- repo: https://github.com/golangci/golangci-lint
rev: v1.54.2
rev: v1.62.0
hooks:
- id: golangci-lint
args: [--allow-parallel-runners]
Expand Down

0 comments on commit 9dda6b4

Please sign in to comment.