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/igorshubovych/markdownlint-cli: v0.40.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.40.0...v0.42.0)
- [github.com/crate-ci/typos: v1.21.0 → v1.26.8](crate-ci/typos@v1.21.0...v1.26.8)
- [github.com/thibaudcolas/pre-commit-stylelint: v16.5.0 → v16.10.0](thibaudcolas/pre-commit-stylelint@v16.5.0...v16.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 29, 2024
1 parent 66dac09 commit 4e28d2d
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -13,15 +13,15 @@ repos:
- id: trailing-whitespace
args: [ --markdown-linebreak-ext=md ]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.42.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/crate-ci/typos
rev: v1.21.0
rev: v1.26.8
hooks:
- id: typos
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.5.0
rev: v16.10.0
hooks:
- id: stylelint
additional_dependencies:
Expand Down

0 comments on commit 4e28d2d

Please sign in to comment.