Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
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/executablebooks/mdformat: 0.7.17 → 0.7.18](executablebooks/mdformat@0.7.17...0.7.18)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
- [github.com/renovatebot/pre-commit-hooks: 38.72.1 → 38.128.6](renovatebot/pre-commit-hooks@38.72.1...38.128.6)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 7c9eaef commit f4e36e6
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 @@ -9,7 +9,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand Down Expand Up @@ -48,19 +48,19 @@ repos:
- id: yamlfmt
args: [--mapping, '2', --offset, '2', --sequence, '4']
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
- mdformat-frontmatter
- mdformat-gfm
- mdformat-toc
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.72.1
rev: 38.128.6
hooks:
- id: renovate-config-validator
exclude: |
Expand Down

0 comments on commit f4e36e6

Please sign in to comment.