Skip to content

Commit 8997b8a

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v4.2.0 → v4.3.0](compilerla/conventional-pre-commit@v4.2.0...v4.3.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent cb41425 commit 8997b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ default_install_hook_types:
88

99
repos:
1010
- repo: https://github.com/compilerla/conventional-pre-commit
11-
rev: v4.2.0
11+
rev: v4.3.0
1212
hooks:
1313
- id: conventional-pre-commit
1414
stages: [commit-msg]
1515

1616
- repo: https://github.com/igorshubovych/markdownlint-cli
17-
rev: v0.44.0
17+
rev: v0.45.0
1818
hooks:
1919
- id: markdownlint
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-merge-conflict

0 commit comments

Comments
 (0)