Skip to content

Commit

Permalink
build(pre-commit): Apply hook rev updates (#13)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.7.0 → v0.8.1](DavidAnson/markdownlint-cli2@v0.7.0...v0.8.1)
- [github.com/golangci/golangci-lint: v1.52.2 → v1.53.3](golangci/golangci-lint@v1.52.2...v1.53.3)
- [github.com/trallnag/pre-commit-mirror-gofumpt: v0.4.0 → v0.5.0](trallnag/pre-commit-mirror-gofumpt@v0.4.0...v0.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 10, 2023
1 parent 7e7390a commit 08c7395
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 @@ -34,23 +34,23 @@ repos:
args: [--wrap=80]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0
hooks:
- id: prettier
types_or: [json, yaml]

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.7.0
rev: v0.8.1
hooks:
- id: markdownlint-cli2

- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
rev: v1.53.3
hooks:
- id: golangci-lint

- repo: https://github.com/trallnag/pre-commit-mirror-gofumpt
rev: v0.4.0
rev: v0.5.0
hooks:
- id: gofumpt

Expand Down

0 comments on commit 08c7395

Please sign in to comment.