Skip to content

Commit d246aad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/golangci/golangci-lint: v2.1.5 → v2.2.1](golangci/golangci-lint@v2.1.5...v2.2.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/DavidAnson/markdownlint-cli2: v0.17.2 → v0.18.1](DavidAnson/markdownlint-cli2@v0.17.2...v0.18.1) - [github.com/adrienverge/yamllint.git: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.37.0...v1.37.1)
1 parent 6e68454 commit d246aad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ repos:
3030
- id: detect-private-key
3131

3232
- repo: https://github.com/golangci/golangci-lint
33-
rev: v2.1.5
33+
rev: v2.2.1
3434
hooks:
3535
- id: golangci-lint-full
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.19.1
38+
rev: v3.20.0
3939
hooks:
4040
- id: pyupgrade
4141

@@ -50,12 +50,12 @@ repos:
5050
- id: black
5151

5252
- repo: https://github.com/DavidAnson/markdownlint-cli2
53-
rev: v0.17.2
53+
rev: v0.18.1
5454
hooks:
5555
- id: markdownlint-cli2
5656

5757
- repo: https://github.com/adrienverge/yamllint.git
58-
rev: v1.37.0
58+
rev: v1.37.1
5959
hooks:
6060
- id: yamllint
6161

0 commit comments

Comments
 (0)