Skip to content

Commit 58da890

Browse files
[pre-commit.ci] pre-commit autoupdate
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.45.0](igorshubovych/markdownlint-cli@v0.40.0...v0.45.0) - [github.com/crate-ci/typos: v1.21.0 → v1](crate-ci/typos@v1.21.0...v1) - [github.com/thibaudcolas/pre-commit-stylelint: v16.5.0 → v16.20.0](thibaudcolas/pre-commit-stylelint@v16.5.0...v16.20.0)
1 parent 7140cdf commit 58da890

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -13,15 +13,15 @@ repos:
1313
- id: trailing-whitespace
1414
args: [ --markdown-linebreak-ext=md ]
1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.40.0
16+
rev: v0.45.0
1717
hooks:
1818
- id: markdownlint-fix
1919
- repo: https://github.com/crate-ci/typos
20-
rev: v1.21.0
20+
rev: v1
2121
hooks:
2222
- id: typos
2323
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
24-
rev: v16.5.0
24+
rev: v16.20.0
2525
hooks:
2626
- id: stylelint
2727
additional_dependencies:

0 commit comments

Comments
 (0)