6
6
# Set the default language versions for the hooks
7
7
default_language_version :
8
8
python : python3 # Force all Python hooks to use Python 3
9
- node : 22.12.0 # Force all Node hooks to use Node 22.12.0
9
+ node : 22.13.1 # Force all Node hooks to use Node LTS latest
10
10
11
11
# https://pre-commit.ci/
12
12
ci :
@@ -127,19 +127,19 @@ repos:
127
127
description : Ensure that files end with a newline.
128
128
129
129
- repo : https://github.com/eslint/eslint
130
- rev : 66b0d0d0841c83f8c7b600246e94a7a76ed77ca6 # frozen: v9.19 .0
130
+ rev : 3e8a9a55e101c07933d045677682783f6583a0ee # frozen: v9.21 .0
131
131
hooks :
132
132
- id : eslint
133
133
name : ESLint
134
134
description : Check for problems in JavaScript files.
135
135
language : node
136
136
# additional_dependencies:
137
137
# # eslint itself needs to be here when using additional_dependencies.
138
- # - eslint@9.19 .0 # https://github.com/eslint/eslint/releases/latest
139
- # - globals@15.14 .0 # https://github.com/sindresorhus/globals/releases/latest
138
+ # - eslint@9.21 .0 # https://github.com/eslint/eslint/releases/latest
139
+ # - globals@16.0 .0 # https://github.com/sindresorhus/globals/releases/latest
140
140
141
141
- repo : https://github.com/thibaudcolas/pre-commit-stylelint
142
- rev : adbd5eb765476b51bf2d2621a7492053153a4d06 # frozen: v16.14.1
142
+ rev : 1a160bc61f659e8f9071d6ae8b5f5fce98ce7898 # frozen: v16.15.0
143
143
hooks :
144
144
- id : stylelint
145
145
name : Stylelint
@@ -149,7 +149,7 @@ repos:
149
149
- --formatter=compact
150
150
additional_dependencies :
151
151
# stylelint itself needs to be here when using additional_dependencies.
152
- - stylelint@16.14.1 # https://github.com/stylelint/stylelint/releases/latest
152
+ - stylelint@16.15.0 # https://github.com/stylelint/stylelint/releases/latest
153
153
-
[email protected] # https://github.com/stylelint/stylelint-config-standard/releases/latest
154
154
155
155
- repo : https://github.com/pre-commit/pygrep-hooks
@@ -187,7 +187,7 @@ repos:
187
187
description : Check for compliance with the definitions in the EditorConfig file.
188
188
189
189
- repo : https://github.com/adamchainz/django-upgrade
190
- rev : 04b0de71b1b4acc1803e74ab24e722bcbd5ab989 # frozen: 1.22.2
190
+ rev : 43c3c16dc6ee2c9dcedcca6930974b47f415c8b2 # frozen: 1.23.1
191
191
hooks :
192
192
- id : django-upgrade
193
193
name : Django upgrade
@@ -205,7 +205,7 @@ repos:
205
205
- --py310-plus # Minimum required Python version for AA. Update as needed.
206
206
207
207
- repo : https://github.com/pycqa/flake8
208
- rev : e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
208
+ rev : bddd87797f8dfc07d2a10c894776018d9bec590b # frozen: 7.1.2
209
209
hooks :
210
210
- id : flake8
211
211
name : Flake8
@@ -219,7 +219,7 @@ repos:
219
219
description : Check for extraneous `# noqa` comments.
220
220
221
221
- repo : https://github.com/PyCQA/isort
222
- rev : 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
222
+ rev : c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
223
223
hooks :
224
224
- id : isort
225
225
name : Isort
@@ -272,7 +272,7 @@ repos:
272
272
description : Format the tox.ini file.
273
273
274
274
- repo : https://github.com/tox-dev/pyproject-fmt
275
- rev : 6b2f3b33754de7a442043dc312fc5a0e473086d2 # frozen: v2.5.0
275
+ rev : 57b6ff7bf72affdd12c7f3fd6de761ba18a33b3a # frozen: v2.5.1
276
276
hooks :
277
277
- id : pyproject-fmt
278
278
name : pyproject.toml formatter
@@ -299,7 +299,7 @@ repos:
299
299
- --py-version=3.10 # Minimum required Python version for AA. Update as needed.
300
300
301
301
- repo : https://github.com/python-jsonschema/check-jsonschema
302
- rev : a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1
302
+ rev : 828a213a1dd17aa9862aab706e3162c13281ff93 # frozen: 0.31.2
303
303
hooks :
304
304
- id : check-github-actions
305
305
name : Check GitHub Actions
0 commit comments