Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (#35)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.2](igorshubovych/markdownlint-cli@v0.31.1...v0.32.2)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.4)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.28.0](adrienverge/yamllint@v1.26.3...v1.28.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Dec 1, 2022
1 parent c1a2651 commit 79cff0b
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -18,18 +18,18 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.2
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.4
hooks:
- id: prettier

- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.28.0
hooks:
- id: yamllint

Expand Down

0 comments on commit 79cff0b

Please sign in to comment.