Skip to content

Commit 8391533

Browse files
chore: auto-update of pre-commit hooks
updates: - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) - [github.com/golangci/golangci-lint: v2.10.1 → v2.11.2](golangci/golangci-lint@v2.10.1...v2.11.2)
1 parent d0617b4 commit 8391533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.47.0
22+
rev: v0.48.0
2323
hooks:
2424
- id: markdownlint
2525
exclude: >-
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: actionlint
3636
- repo: https://github.com/golangci/golangci-lint
37-
rev: v2.10.1
37+
rev: v2.11.2
3838
hooks:
3939
- id: golangci-lint
4040
args: [--allow-parallel-runners]

0 commit comments

Comments
 (0)