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/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/ITProKyle/pre-commit-hook-yamlfmt: v0.3.0 → v0.3.2](ITProKyle/pre-commit-hook-yamlfmt@v0.3.0...v0.3.2)
- [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.0)
- [github.com/renovatebot/pre-commit-hooks: 38.72.1 → 39.171.1](renovatebot/pre-commit-hooks@38.72.1...39.171.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent 36ff78e commit dfdc1b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -39,28 +39,28 @@ repos:
- id: mixed-line-ending
args: [--fix=lf]
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
rev: v0.3.0
rev: v0.3.2
hooks:
- id: yamlfmt
args: [--mapping, '2', --offset, '2', --sequence, '4']
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
- mdformat-frontmatter
- mdformat-gfm
- mdformat-toc
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.44.0
hooks:
- id: markdownlint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.72.1
rev: 39.171.1
hooks:
- id: renovate-config-validator
exclude: |
Expand Down

0 comments on commit dfdc1b2

Please sign in to comment.