Skip to content

Commit 7c92452

Browse files
committed
chore: Upgrade pre-commit hooks
1 parent 357df68 commit 7c92452

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
---
21
# See https://pre-commit.com for more information
32
# See https://pre-commit.com/hooks.html for more hooks
43
default_install_hook_types: [pre-commit, commit-msg]
54
repos:
65
- repo: https://github.com/commitizen-tools/commitizen
7-
rev: v3.27.0
6+
rev: v4.0.0
87
hooks:
98
- id: commitizen
109
stages: [commit-msg]
1110
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
11+
rev: v5.0.0
1312
hooks:
1413
- id: check-merge-conflict
15-
stages: [commit]
14+
stages: [pre-commit]
1615
- id: trailing-whitespace
17-
stages: [commit]
16+
stages: [pre-commit]
1817
- id: end-of-file-fixer
19-
stages: [commit]
18+
stages: [pre-commit]
2019
- id: check-added-large-files
21-
stages: [commit]
20+
stages: [pre-commit]
2221
- id: check-executables-have-shebangs
23-
stages: [commit]
22+
stages: [pre-commit]
2423
- id: detect-aws-credentials
25-
stages: [commit]
24+
stages: [pre-commit]
2625
- id: detect-private-key
27-
stages: [commit]
26+
stages: [pre-commit]
2827
- repo: https://github.com/shellcheck-py/shellcheck-py
2928
rev: v0.10.0.1
3029
hooks:
3130
- id: shellcheck
32-
stages: [commit]
31+
stages: [pre-commit]

0 commit comments

Comments
 (0)