File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
- id : no-commit-to-branch
37
37
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.3.4
39
+ rev : v0.11.7
40
40
hooks :
41
41
- id : ruff
42
42
args : [--fix]
55
55
# language: python
56
56
57
57
- repo : https://github.com/asottile/pyupgrade
58
- rev : v3.17.0
58
+ rev : v3.19.1
59
59
hooks :
60
60
- id : pyupgrade
61
61
entry : pyupgrade --py39-plus --keep-runtime-typing
@@ -77,15 +77,15 @@ repos:
77
77
# additional_dependencies: []
78
78
79
79
- repo : https://github.com/igorshubovych/markdownlint-cli
80
- rev : v0.42 .0
80
+ rev : v0.44 .0
81
81
hooks :
82
82
- id : markdownlint
83
83
args : [--disable, MD013]
84
84
- id : markdownlint-fix
85
85
args : [--disable, MD013]
86
86
87
87
- repo : https://github.com/gitleaks/gitleaks
88
- rev : v8.18.2
88
+ rev : v8.24.3
89
89
hooks :
90
90
- id : gitleaks
91
91
95
95
- id : htmlhint
96
96
97
97
- repo : https://github.com/hadolint/hadolint
98
- rev : v2.12 .1-beta
98
+ rev : v2.13 .1-beta
99
99
hooks :
100
100
- id : hadolint-docker
101
101
args :
You can’t perform that action at this time.
0 commit comments