@@ -127,7 +127,7 @@ repos:
127
127
)
128
128
129
129
- repo : https://github.com/eslint/eslint
130
- rev : v9.2 .0
130
+ rev : v9.4 .0
131
131
hooks :
132
132
- id : eslint
133
133
name : ESLint
@@ -143,7 +143,7 @@ repos:
143
143
# - [email protected] # https://github.com/sindresorhus/globals/releases/latest
144
144
145
145
- repo : https://github.com/thibaudcolas/pre-commit-stylelint
146
- rev : v16.5.0
146
+ rev : v16.6.1
147
147
hooks :
148
148
- id : stylelint
149
149
name : Stylelint
@@ -201,7 +201,7 @@ repos:
201
201
)
202
202
203
203
- repo : https://github.com/adamchainz/django-upgrade
204
- rev : 1.16 .0
204
+ rev : 1.18 .0
205
205
hooks :
206
206
- id : django-upgrade
207
207
name : Django upgrade
@@ -291,7 +291,7 @@ repos:
291
291
description : Format the tox.ini file.
292
292
293
293
- repo : https://github.com/tox-dev/pyproject-fmt
294
- rev : 1.8.0
294
+ rev : 2.1.3
295
295
hooks :
296
296
- id : pyproject-fmt
297
297
name : pyproject.toml formatter
@@ -302,14 +302,14 @@ repos:
302
302
- tox==4.15.0 # https://github.com/tox-dev/tox/releases/latest
303
303
304
304
- repo : https://github.com/abravalheri/validate-pyproject
305
- rev : v0.16
305
+ rev : v0.18
306
306
hooks :
307
307
- id : validate-pyproject
308
308
name : Validate pyproject.toml
309
309
description : Validate the pyproject.toml file.
310
310
311
311
- repo : https://github.com/pylint-dev/pylint
312
- rev : v3.1.0
312
+ rev : v3.2.2
313
313
hooks :
314
314
- id : pylint
315
315
name : Pylint
@@ -318,7 +318,7 @@ repos:
318
318
- --py-version=3.8 # Minimum required Python version for AA. Update as needed.
319
319
320
320
- repo : https://github.com/python-jsonschema/check-jsonschema
321
- rev : 0.28.2
321
+ rev : 0.28.4
322
322
hooks :
323
323
- id : check-github-actions
324
324
name : Check GitHub Actions
0 commit comments