File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 51
51
# - id: actionlint-docker
52
52
# args: [-ignore, 'label ".+" is unknown']
53
53
- repo : https://github.com/psf/black
54
- rev : 24.4.2
54
+ rev : 25.1.0
55
55
hooks :
56
56
- id : black
57
57
args : [--config=pyproject.toml, -l 88]
61
61
unstract/flags/src/unstract/flags/evaluation_.*\.py|
62
62
)$
63
63
- repo : https://github.com/pycqa/flake8
64
- rev : 7.1.0
64
+ rev : 7.1.2
65
65
hooks :
66
66
- id : flake8
67
67
args : [--max-line-length=88]
72
72
unstract/flags/src/unstract/flags/evaluation_.*\.py|
73
73
)$
74
74
- repo : https://github.com/pycqa/isort
75
- rev : 5.13.2
75
+ rev : 6.0.1
76
76
hooks :
77
77
- id : isort
78
78
files : " \\ .(py)$"
@@ -93,18 +93,18 @@ repos:
93
93
# hooks:
94
94
# - id: docformatter
95
95
- repo : https://github.com/asottile/pyupgrade
96
- rev : v3.16.0
96
+ rev : v3.19.1
97
97
hooks :
98
98
- id : pyupgrade
99
99
entry : pyupgrade --py39-plus --keep-runtime-typing
100
100
types :
101
101
- python
102
102
- repo : https://github.com/gitleaks/gitleaks
103
- rev : v8.18.4
103
+ rev : v8.24.0
104
104
hooks :
105
105
- id : gitleaks
106
106
- repo : https://github.com/hadolint/hadolint
107
- rev : v2.12 .1-beta
107
+ rev : v2.13 .1-beta
108
108
hooks :
109
109
- id : hadolint-docker
110
110
args :
@@ -137,14 +137,14 @@ repos:
137
137
hooks :
138
138
- id : htmlhint
139
139
- repo : https://github.com/igorshubovych/markdownlint-cli
140
- rev : v0.41 .0
140
+ rev : v0.44 .0
141
141
hooks :
142
142
- id : markdownlint
143
143
args : [--disable, MD013]
144
144
- id : markdownlint-fix
145
145
args : [--disable, MD013]
146
146
- repo : https://github.com/pdm-project/pdm
147
- rev : 2.16.1
147
+ rev : 2.22.4
148
148
hooks :
149
149
- id : pdm-lock-check
150
150
# - repo: local
You can’t perform that action at this time.
0 commit comments