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/igorshubovych/markdownlint-cli: v0.33.0 → v0.35.0](igorshubovych/markdownlint-cli@v0.33.0...v0.35.0)
- [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0)
- [github.com/rhysd/actionlint: v1.6.24 → v1.6.25](rhysd/actionlint@v1.6.24...v1.6.25)
- [github.com/golangci/golangci-lint: v1.52.2 → v1.54.2](golangci/golangci-lint@v1.52.2...v1.54.2)
  • Loading branch information
pre-commit-ci[bot] authored and wfscheper committed Aug 26, 2023
1 parent bad05fb commit bf65db3
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 @@ -25,22 +25,22 @@ repos:
args: [--notitle]
exclude: ^(SUPPORT|\.github/ISSUE_TEMPLATE/)
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.35.0
hooks:
- id: markdownlint
exclude: >-
^(docs/arch/adr-template\.md|\.github/ISSUE_TEMPLATE/|\.stentor\.d/)
- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
exclude: ^(.github/workflows/)
- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
rev: v1.6.25
hooks:
- id: actionlint
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
rev: v1.54.2
hooks:
- id: golangci-lint
args: [--allow-parallel-runners]
Expand Down

0 comments on commit bf65db3

Please sign in to comment.