Skip to content

Commit b64ac6a

Browse files
committed
chore: update pre-commit hooks
Signed-off-by: da-moon <[email protected]> Signed-off-by: da-moon <[email protected]> Precommit-Verified: c22f34ea0986206c9fee5c31dbf83805fbafa68fe82e223711d79b4db8494421
1 parent ae57e74 commit b64ac6a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
4-
rev: v9.5.0
4+
rev: v9.9.0
55
hooks:
66
- name: commitlint
77
id: commitlint
@@ -29,14 +29,14 @@ repos:
2929
description: >-
3030
Ensure commit messages are signed
3131
- repo: https://github.com/zricethezav/gitleaks
32-
rev: v8.16.3
32+
rev: v8.18.0
3333
hooks:
3434
- name: gitleaks
3535
id: gitleaks
3636
description: >-
3737
Detect hardcoded secrets using Gitleaks
3838
- repo: https://github.com/Lucas-C/pre-commit-hooks
39-
rev: v1.5.1
39+
rev: v1.5.4
4040
hooks:
4141
- name: forbid-crlf
4242
id: forbid-crlf
@@ -49,15 +49,15 @@ repos:
4949
remove CRLF (carriage return) line endings (added in
5050
Windows by default)
5151
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
52-
rev: 2.7.1
52+
rev: 2.7.3
5353
hooks:
5454
- name: editorconfig-checker
5555
id: editorconfig-checker
5656
exclude: CHANGELOG.md
5757
description: >-
5858
Ensure files are consistent with .editorconfig
5959
- repo: https://github.com/igorshubovych/markdownlint-cli
60-
rev: v0.34.0
60+
rev: v0.37.0
6161
hooks:
6262
- name: markdownlint-fix
6363
id: markdownlint-fix
@@ -71,7 +71,7 @@ repos:
7171
description: >-
7272
Lint markdown Documents
7373
- repo: https://github.com/syntaqx/git-hooks
74-
rev: v0.0.17
74+
rev: v0.0.18
7575
hooks:
7676
- name: shfmt
7777
id: shfmt
@@ -82,7 +82,7 @@ repos:
8282
description: >-
8383
Shell scripts conform to shellcheck
8484
- repo: https://github.com/google/yamlfmt
85-
rev: v0.9.0
85+
rev: v0.10.0
8686
hooks:
8787
- name: yamlfmt
8888
id: yamlfmt
@@ -93,7 +93,7 @@ repos:
9393
description: >-
9494
Ensure YAML files are formatted
9595
- repo: https://github.com/adrienverge/yamllint.git
96-
rev: v1.31.0
96+
rev: v1.33.0
9797
hooks:
9898
- id: yamllint
9999
name: yamllint
@@ -120,7 +120,7 @@ repos:
120120
description: >-
121121
Lint Dockerfiles with hadolint
122122
- repo: https://github.com/pre-commit/mirrors-prettier
123-
rev: "v3.0.0-alpha.9-for-vscode"
123+
rev: "v3.1.0"
124124
hooks:
125125
- id: prettier
126126
name: prettier-markdown
@@ -133,7 +133,7 @@ repos:
133133
description: >-
134134
Fix some markdown formatting issues with Prettier
135135
- repo: https://github.com/returntocorp/semgrep
136-
rev: "v1.20.0"
136+
rev: "v1.49.0"
137137
hooks:
138138
- id: semgrep
139139
name: semgrep-docker
@@ -144,7 +144,7 @@ repos:
144144
description: >-
145145
Run checks against Terraform Dockerfiles with Semgrep
146146
- repo: https://github.com/pre-commit/pre-commit-hooks
147-
rev: v4.4.0
147+
rev: v4.5.0
148148
hooks:
149149
- id: check-added-large-files
150150
name: check-added-large-files

0 commit comments

Comments
 (0)