Skip to content

Commit 1d7afa0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/eslint/eslint: v9.2.0 → v9.4.0](eslint/eslint@v9.2.0...v9.4.0) - [github.com/thibaudcolas/pre-commit-stylelint: v16.5.0 → v16.6.1](thibaudcolas/pre-commit-stylelint@v16.5.0...v16.6.1) - [github.com/adamchainz/django-upgrade: 1.16.0 → 1.18.0](adamchainz/django-upgrade@1.16.0...1.18.0) - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.1.3](tox-dev/pyproject-fmt@1.8.0...2.1.3) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18) - [github.com/pylint-dev/pylint: v3.1.0 → v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2) - [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.4](python-jsonschema/check-jsonschema@0.28.2...0.28.4)
1 parent 7728603 commit 1d7afa0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ repos:
127127
)
128128
129129
- repo: https://github.com/eslint/eslint
130-
rev: v9.2.0
130+
rev: v9.4.0
131131
hooks:
132132
- id: eslint
133133
name: ESLint
@@ -143,7 +143,7 @@ repos:
143143
# - [email protected] # https://github.com/sindresorhus/globals/releases/latest
144144

145145
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
146-
rev: v16.5.0
146+
rev: v16.6.1
147147
hooks:
148148
- id: stylelint
149149
name: Stylelint
@@ -201,7 +201,7 @@ repos:
201201
)
202202
203203
- repo: https://github.com/adamchainz/django-upgrade
204-
rev: 1.16.0
204+
rev: 1.18.0
205205
hooks:
206206
- id: django-upgrade
207207
name: Django upgrade
@@ -291,7 +291,7 @@ repos:
291291
description: Format the tox.ini file.
292292

293293
- repo: https://github.com/tox-dev/pyproject-fmt
294-
rev: 1.8.0
294+
rev: 2.1.3
295295
hooks:
296296
- id: pyproject-fmt
297297
name: pyproject.toml formatter
@@ -302,14 +302,14 @@ repos:
302302
- tox==4.15.0 # https://github.com/tox-dev/tox/releases/latest
303303

304304
- repo: https://github.com/abravalheri/validate-pyproject
305-
rev: v0.16
305+
rev: v0.18
306306
hooks:
307307
- id: validate-pyproject
308308
name: Validate pyproject.toml
309309
description: Validate the pyproject.toml file.
310310

311311
- repo: https://github.com/pylint-dev/pylint
312-
rev: v3.1.0
312+
rev: v3.2.2
313313
hooks:
314314
- id: pylint
315315
name: Pylint
@@ -318,7 +318,7 @@ repos:
318318
- --py-version=3.8 # Minimum required Python version for AA. Update as needed.
319319

320320
- repo: https://github.com/python-jsonschema/check-jsonschema
321-
rev: 0.28.2
321+
rev: 0.28.4
322322
hooks:
323323
- id: check-github-actions
324324
name: Check GitHub Actions

0 commit comments

Comments
 (0)