Skip to content

Commit f8215c3

Browse files
chore(pre-commit): autoupdate hooks
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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
1 parent 28e392f commit f8215c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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
@@ -21,7 +21,7 @@ repos:
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)