Skip to content

Commit 6c05db2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/eslint/eslint: 0bc75e8d85925c93a3cbf4891c2baad079c43c34 → 9089853a593d6c7c0f11367da08a829e0ddfe092](eslint/eslint@0bc75e8...9089853) - [github.com/thibaudcolas/pre-commit-stylelint: 4ed192c3fb468ed5d36e93b594fbfe4490aa8c31 → 642dea0f17f1a98a93e104c0de51d70161b800c4](thibaudcolas/pre-commit-stylelint@4ed192c...642dea0) - [github.com/adamchainz/django-upgrade: 4864562a5d05a7ff3bce99bc31f892eeb396fc00 → bdcc9646c249f00ec9781751791e7b75b48b3722](adamchainz/django-upgrade@4864562...bdcc964) - [github.com/tox-dev/pyproject-fmt: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 → 0c8c15d8fe996493035be407c5cf4a288cf6bf8e](tox-dev/pyproject-fmt@3a8ef79...0c8c15d) - [github.com/pylint-dev/pylint: 88e1ab7545a4af4aea15c305a154c164a95ab842 → 8a396357098337ba8be714fffdf2d00947a9778c](pylint-dev/pylint@88e1ab7...8a39635) - [github.com/python-jsonschema/check-jsonschema: 943377262562a12b57292fc98fabd7dbf81451fe → 1a4bb160cab6417b3045e1b37b6b72449243e658](python-jsonschema/check-jsonschema@9433772...1a4bb16)
1 parent 78578d4 commit 6c05db2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ repos:
121121
description: Ensure that files end with a newline.
122122

123123
- repo: https://github.com/eslint/eslint
124-
rev: 0bc75e8d85925c93a3cbf4891c2baad079c43c34 # frozen: v10.4.1
124+
rev: 9089853a593d6c7c0f11367da08a829e0ddfe092 # frozen: v10.6.0
125125
hooks:
126126
- id: eslint
127127
name: ESLint
@@ -133,7 +133,7 @@ repos:
133133
- globals@17.6.0 # https://github.com/sindresorhus/globals/releases/latest
134134

135135
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
136-
rev: 4ed192c3fb468ed5d36e93b594fbfe4490aa8c31 # frozen: v17.12.0
136+
rev: 642dea0f17f1a98a93e104c0de51d70161b800c4 # frozen: v17.14.0
137137
hooks:
138138
- id: stylelint
139139
name: Stylelint
@@ -181,7 +181,7 @@ repos:
181181
description: Check for compliance with the definitions in the EditorConfig file.
182182

183183
- repo: https://github.com/adamchainz/django-upgrade
184-
rev: 4864562a5d05a7ff3bce99bc31f892eeb396fc00 # frozen: 1.30.0
184+
rev: bdcc9646c249f00ec9781751791e7b75b48b3722 # frozen: 1.31.1
185185
hooks:
186186
- id: django-upgrade
187187
name: Django upgrade
@@ -266,7 +266,7 @@ repos:
266266
description: Format the tox.ini file.
267267

268268
- repo: https://github.com/tox-dev/pyproject-fmt
269-
rev: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # frozen: v2.23.0
269+
rev: 0c8c15d8fe996493035be407c5cf4a288cf6bf8e # frozen: v2.25.1
270270
hooks:
271271
- id: pyproject-fmt
272272
name: pyproject.toml formatter
@@ -284,7 +284,7 @@ repos:
284284
description: Validate the pyproject.toml file.
285285

286286
- repo: https://github.com/pylint-dev/pylint
287-
rev: 88e1ab7545a4af4aea15c305a154c164a95ab842 # frozen: v4.0.5
287+
rev: 8a396357098337ba8be714fffdf2d00947a9778c # frozen: v4.0.6
288288
hooks:
289289
- id: pylint
290290
name: Pylint
@@ -293,7 +293,7 @@ repos:
293293
- --py-version=3.10 # Minimum required Python version for AA. Update as needed.
294294

295295
- repo: https://github.com/python-jsonschema/check-jsonschema
296-
rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2
296+
rev: 1a4bb160cab6417b3045e1b37b6b72449243e658 # frozen: 0.37.4
297297
hooks:
298298
- id: check-github-actions
299299
name: Check GitHub Actions

0 commit comments

Comments
 (0)