Skip to content

Commit 68a46c7

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v3.4.0 → v3.6.0](compilerla/conventional-pre-commit@v3.4.0...v3.6.0) - [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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
1 parent 98c57bd commit 68a46c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ default_install_hook_types:
1111
# by default, confine hooks to these git stages (except for hooks that specify their own stages)
1212
# https://pre-commit.com/#top_level-default_stages
1313
default_stages:
14-
- commit
14+
- pre-commit
1515

1616
repos:
1717
- repo: https://github.com/compilerla/conventional-pre-commit
18-
rev: v3.4.0
18+
rev: v3.6.0
1919
hooks:
2020
- id: conventional-pre-commit
2121
stages: [commit-msg]
2222

2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.6.0
24+
rev: v5.0.0
2525
hooks:
2626
- id: trailing-whitespace
2727
args: [--markdown-linebreak-ext=md]
@@ -33,7 +33,7 @@ repos:
3333
- id: check-added-large-files
3434

3535
- repo: https://github.com/psf/black
36-
rev: 24.8.0
36+
rev: 24.10.0
3737
hooks:
3838
- id: black
3939
types:

0 commit comments

Comments
 (0)