Skip to content

Commit ce886c3

Browse files
[pre-commit.ci] pre-commit autoupdate (#996)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2) - [github.com/golangci/golangci-lint: v1.54.1 → v1.54.2](golangci/golangci-lint@v1.54.1...v1.54.2) - [github.com/DavidAnson/markdownlint-cli2: v0.8.1 → v0.9.0](DavidAnson/markdownlint-cli2@v0.8.1...v0.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e551b79 commit ce886c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: gitleaks
2929

3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v3.0.1
31+
rev: v3.0.2
3232
hooks:
3333
- id: prettier
3434
types:
@@ -44,15 +44,15 @@ repos:
4444
pass_filenames: false
4545

4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v1.54.1
47+
rev: v1.54.2
4848
hooks:
4949
- id: golangci-lint
5050
args: [--new-from-patch=/tmp/diff.patch]
5151

5252
# Rules are in .markdownlint-cli2.yaml file
5353
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for rule descriptions
5454
- repo: https://github.com/DavidAnson/markdownlint-cli2
55-
rev: v0.8.1
55+
rev: v0.9.0
5656
hooks:
5757
- id: markdownlint-cli2-fix
5858

0 commit comments

Comments
 (0)