Skip to content

Commit 69522ee

Browse files
[pre-commit.ci] pre-commit autoupdate (#1796)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/golangci/golangci-lint: v1.57.1 → v1.57.2](golangci/golangci-lint@v1.57.1...v1.57.2) - [github.com/DavidAnson/markdownlint-cli2: v0.12.1 → v0.13.0](DavidAnson/markdownlint-cli2@v0.12.1...v0.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c7f2322 commit 69522ee

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
exclude: (^tests/results/|\.avdl$|_generated.go$)
@@ -29,7 +29,7 @@ repos:
2929
- id: gitleaks
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v3.1.0
32+
rev: v4.0.0-alpha.8
3333
hooks:
3434
- id: prettier
3535
additional_dependencies:
@@ -38,14 +38,14 @@ repos:
3838
- javascript
3939

4040
- repo: https://github.com/golangci/golangci-lint
41-
rev: v1.57.1
41+
rev: v1.57.2
4242
hooks:
4343
- id: golangci-lint-full
4444

4545
# Rules are in .markdownlint-cli2.yaml file
4646
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for rule descriptions
4747
- repo: https://github.com/DavidAnson/markdownlint-cli2
48-
rev: v0.12.1
48+
rev: v0.13.0
4949
hooks:
5050
- id: markdownlint-cli2
5151

0 commit comments

Comments
 (0)