We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ac5c2 commit e324153Copy full SHA for e324153
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -27,7 +27,7 @@ repos:
27
- id: detect-private-key
28
29
- repo: https://github.com/golangci/golangci-lint
30
- rev: v1.57.2
+ rev: v1.58.2
31
32
- id: golangci-lint-full
33
@@ -42,12 +42,12 @@ repos:
42
- id: isort
43
44
- repo: https://github.com/psf/black
45
- rev: 24.3.0
+ rev: 24.4.2
46
47
- id: black
48
49
- repo: https://github.com/DavidAnson/markdownlint-cli2
50
- rev: v0.12.1
+ rev: v0.13.0
51
52
- id: markdownlint-cli2
53
0 commit comments