Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#20)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.37.0...v0.40.0)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 13, 2024
1 parent e331783 commit f6d222f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_install_hook_types: [pre-commit, commit-msg]
default_stages: [pre-commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -23,14 +23,14 @@ repos:
- id: destroyed-symlinks
- id: forbid-submodules
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.40.0
hooks:
- id: markdownlint
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
- id: gitlint
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint

0 comments on commit f6d222f

Please sign in to comment.